diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-02-06 13:48:08 -0800 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:29 +0200 |
commit | 3e8df1a2e7f07907b4ce4524a4e79100d762ce70 (patch) | |
tree | ff4faceccf6ae2d951f67ecb21057368dfd6c986 /nx-X11/lib/X11 | |
parent | 101419b10ea0fcaf9b3e48d733a510f27f827919 (diff) | |
download | nx-libs-3e8df1a2e7f07907b4ce4524a4e79100d762ce70.tar.gz nx-libs-3e8df1a2e7f07907b4ce4524a4e79100d762ce70.tar.bz2 nx-libs-3e8df1a2e7f07907b4ce4524a4e79100d762ce70.zip |
Fix typos in Xrm.c comments
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/Xrm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/Xrm.c b/nx-X11/lib/X11/Xrm.c index 4cba0d5a3..3b90346d8 100644 --- a/nx-X11/lib/X11/Xrm.c +++ b/nx-X11/lib/X11/Xrm.c @@ -349,7 +349,7 @@ void XrmSetDatabase( XrmDatabase database) { LockDisplay(display); - /* destroy database if set up imlicitely by XGetDefault() */ + /* destroy database if set up implicitly by XGetDefault() */ if (display->db && (display->flags & XlibDisplayDfltRMDB)) { XrmDestroyDatabase(display->db); display->flags &= ~XlibDisplayDfltRMDB; @@ -508,7 +508,7 @@ static XrmDatabase NewDatabase(void) } /* move all values from ftable to ttable, and free ftable's buckets. - * ttable is quaranteed empty to start with. + * ttable is guaranteed empty to start with. */ static void MoveValues( LTable ftable, |