diff options
Diffstat (limited to 'dw/findtext.hh')
-rw-r--r-- | dw/findtext.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/findtext.hh b/dw/findtext.hh index c6803485..1923acce 100644 --- a/dw/findtext.hh +++ b/dw/findtext.hh @@ -23,7 +23,7 @@ public: */ RESTART, - /** \brief The patten does not at all occur in the text. */ + /** \brief The pattern does not at all occur in the text. */ NOT_FOUND } Result; |