From d5ebb27e2d1f4bfac4357e8451f001c2dd6b6285 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 21 Feb 2001 03:59:29 +0000 Subject: [PATCH] spelling typo fixed --- src/winspector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winspector.c b/src/winspector.c index 88a04a72..1aa528b8 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -1380,7 +1380,7 @@ createInspectorForWindow(WWindow *wwin, int xpos, int ypos, caption = _("Keep on Top / Floating"); flag = WFLAGP(wwin, floating); descr = _("Keep the window over other windows, not allowing\n" - "them to covert it."); + "them to cover it."); break; case 6: caption = _("Keep at Bottom / Sunken");