diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-14 17:53:00 -0700 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:25 +0200 |
commit | 2f49f62a81c51582509bd6abab27b72eb0a29b1f (patch) | |
tree | 8c809fe156f8bac8927153586550aafa37a97cc4 | |
parent | 4ef27790b18d697aaa4b5cd38d9f896eaeffd469 (diff) | |
download | nx-libs-2f49f62a81c51582509bd6abab27b72eb0a29b1f.tar.gz nx-libs-2f49f62a81c51582509bd6abab27b72eb0a29b1f.tar.bz2 nx-libs-2f49f62a81c51582509bd6abab27b72eb0a29b1f.zip |
Fix "nomal" -> "normal" typo in several comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
-rw-r--r-- | nx-X11/lib/X11/lcGenConv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/lcGenConv.c b/nx-X11/lib/X11/lcGenConv.c index d5f5a9083..9dd7e7104 100644 --- a/nx-X11/lib/X11/lcGenConv.c +++ b/nx-X11/lib/X11/lcGenConv.c @@ -1872,7 +1872,7 @@ output: return -1; } - /* nomal end */ + /* normal end */ *from = (XPointer) inbufptr; *to = (XPointer) outbufptr; @@ -2171,7 +2171,7 @@ end: return -1; } - /* nomal end */ + /* normal end */ *from = (XPointer) inbufptr; *to = (XPointer) outbufptr; @@ -2225,7 +2225,7 @@ end: return -1; } - /* nomal end */ + /* normal end */ *from = (XPointer) src; *from_left = src_left; |