]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/schriter.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / schriter.h
index 5281e3a8305cf446aedbc5b610db596a669bbad2..29360e724ae1078fce3fd04fb0f3c55db0d653c9 100644 (file)
@@ -70,7 +70,7 @@ public:
    * Create an iterator over the UnicodeString referred to by "textStr".
    * The UnicodeString object is copied.
    * The iteration range begins with the code unit specified by
-   * "textBegin" and ends with the code unit BEFORE the code unit specfied
+   * "textBegin" and ends with the code unit BEFORE the code unit specified
    * by "textEnd".  The starting position is specified by "textPos".  If
    * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
    * textBegin >= textEnd or either is negative or greater than text.size()),