diff options
| author | Manolo Gouy <Manolo> | 2016-03-29 19:00:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-29 19:00:48 +0000 |
| commit | eff92c82110b379e3c6bace9719e1bd0c35ce2f6 (patch) | |
| tree | 3b01364f807add83dd9db70ef82500f3d8f6cc84 | |
| parent | 109ebd2dc03973c66cd8b2511f85b5f49e0b5ccb (diff) | |
Fix typo in comment.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11466 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/fl_utf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c index 7fd5686e3..6d5e35a19 100644 --- a/src/fl_utf.c +++ b/src/fl_utf.c @@ -949,7 +949,7 @@ int fl_utf8test(const char* src, unsigned srclen) { */ static int mk_wcwidth(unsigned int ucs); - /* include the c source directly so it's contents are only visible here + /* include the c source directly so its contents are only visible here */ #include "xutf8/mk_wcwidth.c" |
