diff options
author | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-07 13:16:14 (GMT) |
commit | 517cfe0b8c327ee4d68de777b812c4854e3d46a8 (patch) | |
tree | dad96aeed2036987012299830121463d88361da0 /Source/kwsys/RegularExpression.hxx.in | |
parent | c37c4771cb876146ae0d23a2008482d6fcd53e35 (diff) | |
parent | dc059ae70b2ec79bce2b534876a2f4006293d3b6 (diff) | |
download | CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.zip CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.gz CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-11-07 (5249a82d)
Diffstat (limited to 'Source/kwsys/RegularExpression.hxx.in')
-rw-r--r-- | Source/kwsys/RegularExpression.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/RegularExpression.hxx.in b/Source/kwsys/RegularExpression.hxx.in index 606e3da..763fdab 100644 --- a/Source/kwsys/RegularExpression.hxx.in +++ b/Source/kwsys/RegularExpression.hxx.in @@ -109,12 +109,12 @@ namespace @KWSYS_NAMESPACE@ { * object as an argument and creates an object initialized with the * information from the given RegularExpression object. * - * The find member function finds the first occurence of the regualr + * The find member function finds the first occurrence of the regular * expression of that object in the string given to find as an argument. Find * returns a boolean, and if true, mutates the private data appropriately. * Find sets pointers to the beginning and end of the thing last found, they * are pointers into the actual string that was searched. The start and end - * member functions return indicies into the searched string that correspond + * member functions return indices into the searched string that correspond * to the beginning and end pointers respectively. The compile member * function takes a char* and puts the compiled version of the char* argument * into the object's private data fields. The == and != operators only check |