Parcourir la source

[master] fix typo in a pydoc string comment

trivial / no review
Jeremy C. Reed il y a 13 ans
Parent
commit
7116ee3c76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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