Mercurial > dillo_port1.3
changeset 1313:e581a86828b7
spelling
author | corvid <corvid@lavabit.com> |
---|---|
date | Mon, 14 Sep 2009 19:24:00 +0000 |
parents | f5a186303478 |
children | 02be5632718b |
files | dw/findtext.hh |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dw/findtext.hh Fri Sep 11 01:56:58 2009 +0000 +++ b/dw/findtext.hh Mon Sep 14 19:24:00 2009 +0000 @@ -14,12 +14,12 @@ { 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,