diff options
Diffstat (limited to 'dw/findtext.hh')
-rw-r--r-- | dw/findtext.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/findtext.hh b/dw/findtext.hh index 8ef953e3..14789878 100644 --- a/dw/findtext.hh +++ b/dw/findtext.hh @@ -14,12 +14,12 @@ class FindtextState { public: typedef enum { - /** \brief The next occurance of the pattern has been found. */ + /** \brief The next occurrence of the pattern has been found. */ SUCCESS, /** - * \brief There is no further occurance of the pattern, instead, the - * first occurance has been selected. + * \brief There is no further occurrence of the pattern, instead, the + * first occurrence has been selected. */ RESTART, |