This commit is contained in:
jzmaddock
2014-10-21 09:15:40 +01:00
parent a50c438d77
commit 406b2a9aa1
9 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@ Certainly any string type that provides access to it's internal buffer, along
with it's length, can be converted into a pair of pointers (which can be
used as iterators).
Some non-standard string types are sufficiently common that wappers have been
Some non-standard string types are sufficiently common that wrappers have been
provided for them already: currently this includes the ICU and MFC string class
types.