summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-11-10 10:55:08 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2010-11-10 10:55:08 -0800
commit51d0de81c63be3d0768fffe21955d2997de67c32 (patch)
tree6a401a22e6da80cd227bd235d605abecc238f4af
parent5f412e608c09d303c5bd91501436b5137f2137e1 (diff)
downloadvyatta-cfg-51d0de81c63be3d0768fffe21955d2997de67c32.tar.gz
vyatta-cfg-51d0de81c63be3d0768fffe21955d2997de67c32.zip
fix typo in comment
-rw-r--r--src/cstore/cstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/cstore.cpp b/src/cstore/cstore.cpp
index 9bdfaa7..cd56500 100644
--- a/src/cstore/cstore.cpp
+++ b/src/cstore/cstore.cpp
@@ -1493,7 +1493,7 @@ Cstore::cfgPathDefault(const vector<string>& path_comps, bool active_cfg)
* note that when used outside a config session (i.e., definition (1)),
* these functions are equivalent to the observers for the "active" config.
*
- * to avoid any confusiton, when possible (e.g., in a script that is
+ * to avoid any confusion, when possible (e.g., in a script that is
* exclusively used in op mode), developers should probably use those
* "active" observers explicitly when outside a config session instead
* of these "effective" observers.