Browse Source

[trac931] corrected a (non related) typo I happened to notice.

JINMEI Tatuya 14 years ago
parent
commit
c8cf64492f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/ccsession.h

+ 1 - 1
src/lib/config/ccsession.h

@@ -265,7 +265,7 @@ public:
      *                  (in case it's a module name, the spec data is
      *                  downloaded from the configuration manager, therefore
      *                  the configuration manager must know it). If
-     *                  spec_is_filenabe is true (the default), then a
+     *                  spec_is_filename is true (the default), then a
      *                  filename is assumed, otherwise a module name.
      * \param handler The handler function called whenever there's a change.
      *                Called once initally from this function. May be NULL