Commit 3e8df1a2 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

Fix typos in Xrm.c comments

parent 101419b1
...@@ -349,7 +349,7 @@ void XrmSetDatabase( ...@@ -349,7 +349,7 @@ void XrmSetDatabase(
XrmDatabase database) XrmDatabase database)
{ {
LockDisplay(display); LockDisplay(display);
/* destroy database if set up imlicitely by XGetDefault() */ /* destroy database if set up implicitly by XGetDefault() */
if (display->db && (display->flags & XlibDisplayDfltRMDB)) { if (display->db && (display->flags & XlibDisplayDfltRMDB)) {
XrmDestroyDatabase(display->db); XrmDestroyDatabase(display->db);
display->flags &= ~XlibDisplayDfltRMDB; display->flags &= ~XlibDisplayDfltRMDB;
...@@ -508,7 +508,7 @@ static XrmDatabase NewDatabase(void) ...@@ -508,7 +508,7 @@ static XrmDatabase NewDatabase(void)
} }
/* move all values from ftable to ttable, and free ftable's buckets. /* 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( static void MoveValues(
LTable ftable, LTable ftable,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment