Browse Source

[master] fix typo in a pydoc string comment

trivial / no review
Jeremy C. Reed 13 years ago
parent
commit
7116ee3c76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/config/cfgmgr.py

+ 1 - 1
src/lib/python/isc/config/cfgmgr.py

@@ -189,7 +189,7 @@ class ConfigManager:
         """Initialize the configuration manager. The data_path string
            is the path to the directory where the configuration is
            stored (in <data_path>/<database_filename> or in
-           <database_filename>, if it is absolute). The dabase_filename
+           <database_filename>, if it is absolute). The database_filename
            is the config file to load. Session is an optional
            cc-channel session. If this is not given, a new one is
            created. If clear_config is True, the configuration file is