summaryrefslogtreecommitdiff
path: root/boost/spirit/repository/home/qi/directive/kwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/repository/home/qi/directive/kwd.hpp')
-rw-r--r--boost/spirit/repository/home/qi/directive/kwd.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/repository/home/qi/directive/kwd.hpp b/boost/spirit/repository/home/qi/directive/kwd.hpp
index 18020804bd..98f49409ba 100644
--- a/boost/spirit/repository/home/qi/directive/kwd.hpp
+++ b/boost/spirit/repository/home/qi/directive/kwd.hpp
@@ -255,7 +255,7 @@ template <typename T>
};
// This class enables the transportation of parameters needed to call
- // the occurence constraint checker from higher level calls
+ // the occurrence constraint checker from higher level calls
// It also serves to select the correct parse function call
// of the keyword parser. The implementation changes depending if it is
// called form a keyword parsing loop or not.