diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-10 10:55:08 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-11-10 10:55:08 -0800 |
commit | 51d0de81c63be3d0768fffe21955d2997de67c32 (patch) | |
tree | 6a401a22e6da80cd227bd235d605abecc238f4af /src/cstore/cstore.cpp | |
parent | 5f412e608c09d303c5bd91501436b5137f2137e1 (diff) | |
download | vyatta-cfg-51d0de81c63be3d0768fffe21955d2997de67c32.tar.gz vyatta-cfg-51d0de81c63be3d0768fffe21955d2997de67c32.zip |
fix typo in comment
Diffstat (limited to 'src/cstore/cstore.cpp')
-rw-r--r-- | src/cstore/cstore.cpp | 2 |
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. |