From 470e2289a3ebc59c5a35e54e1adeb0f261d5bf88 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 6 Feb 2014 13:48:08 -0800 Subject: [PATCH] Fix typos in Xrm.c comments Signed-off-by: Alan Coopersmith --- src/Xrm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Xrm.c b/src/Xrm.c index 36b71d69..74495f25 100644 --- a/src/Xrm.c +++ b/src/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,