diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:12:45 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-13 10:12:45 -0300 |
commit | ab1c68b5a85af10b4c646d56ee2395e89793b8ae (patch) | |
tree | d341542751ac339331e97896403bc280fd9b447b | |
parent | fc434146593060c1fc454776b1feaaa80a700823 (diff) |
Fix comment
-rw-r--r-- | src/leap/config/baseconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/config/baseconfig.py b/src/leap/config/baseconfig.py index f04d8b35..9e47f685 100644 --- a/src/leap/config/baseconfig.py +++ b/src/leap/config/baseconfig.py @@ -115,7 +115,7 @@ class BaseConfig: @param path: relative path to configuration. The absolute path will be calculated depending on the platform - @return: True if loaded to disk correctly, False otherwise + @return: True if loaded from disk correctly, False otherwise """ # TODO: retrieve standalone option from app-level config |