diff options
author | corvid <corvid@lavabit.com> | 2009-09-14 19:24:00 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-14 19:24:00 +0000 |
commit | eed6ec9fb1ac9a742cd7e503c2a0aa92d362cbe9 (patch) | |
tree | 601b37844352a373d56ea49661a6bc085a057f45 | |
parent | d2f3d5f4be9be7d7a0c51b2bf83d0b149bc729f1 (diff) |
spelling
-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, |