From 6f65e668957a50e153cba6822f747d13ad1b40ad Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Thu, 29 Aug 2013 09:08:54 +0200 Subject: Fix typos. --- libidn/ChangeLog | 4 ++++ libidn/stringprep.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libidn') diff --git a/libidn/ChangeLog b/libidn/ChangeLog index 1ebe81f7b3..46ebd1fa95 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,3 +1,7 @@ +2013-08-29 Ondřej Bílka + + * stringprep.c: Fix typos. + 2013-06-11 Ondřej Bílka * gunicomp.h: Fix trailing whitespaces. 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 -- cgit v1.2.3