aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/FetchName.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/src/FetchName.c')
-rw-r--r--nx-X11/lib/src/FetchName.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/src/FetchName.c b/nx-X11/lib/src/FetchName.c
index 52c65c52c..70facfb5a 100644
--- a/nx-X11/lib/src/FetchName.c
+++ b/nx-X11/lib/src/FetchName.c
@@ -51,7 +51,7 @@ Status XFetchName (
}
if ( (actual_type == XA_STRING) && (actual_format == 8) ) {
- /* The data returned by XGetWindowProperty is guarranteed to
+ /* The data returned by XGetWindowProperty is guaranteed to
contain one extra byte that is null terminated to make retrieveing
string properties easy. */
@@ -82,7 +82,7 @@ Status XGetIconName (
}
if ( (actual_type == XA_STRING) && (actual_format == 8) ) {
- /* The data returned by XGetWindowProperty is guarranteed to
+ /* The data returned by XGetWindowProperty is guaranteed to
contain one extra byte that is null terminated to make retrieveing
string properties easy. */