diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:08:54 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:11:45 +0200 |
commit | 6f65e668957a50e153cba6822f747d13ad1b40ad (patch) | |
tree | dec30aa85e57419ac1eafffeab8548c973cac02f /libidn/stringprep.c | |
parent | d0721e703d222c01a9e8c329311c4fb01dac6972 (diff) | |
download | glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.xz glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.zip |
Fix typos.
Diffstat (limited to 'libidn/stringprep.c')
-rw-r--r-- | libidn/stringprep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libidn/stringprep.c b/libidn/stringprep.c index d109a71fea..72a502e5a3 100644 --- a/libidn/stringprep.c +++ b/libidn/stringprep.c @@ -563,7 +563,7 @@ stringprep_profile (const char *in, * @STRINGPREP_CONTAINS_PROHIBITED: String contain code points * prohibited by the profile. * @STRINGPREP_BIDI_BOTH_L_AND_RAL: String contain code points with - * conflicting bidirection category. + * conflicting bidirectional category. * @STRINGPREP_BIDI_LEADTRAIL_NOT_RAL: Leading and trailing character * in string not of proper bidirectional category. * @STRINGPREP_BIDI_CONTAINS_PROHIBITED: Contains prohibited code |