summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/wimp.c')
-rw-r--r--riscos/wimp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/wimp.c b/riscos/wimp.c
index 40ffee38d..fa69dc845 100644
--- a/riscos/wimp.c
+++ b/riscos/wimp.c
@@ -242,7 +242,7 @@ const char *ro_gui_get_icon_string(wimp_w w, wimp_i i)
ic.icon.data.indirected_text.text
:
ic.icon.data.text;
- /* Garantee NUL termination. */
+ /* Guarantee NUL termination. */
itext[ro_gui_strlen(itext)] = '\0';
return itext;
}