summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.c b/search.c
index c28b997..03cc697 100644
--- a/search.c
+++ b/search.c
@@ -120,7 +120,7 @@ SearchString(ManpageGlobals * man_globals)
return (XawDialogGetValueString(dialog));
PopupWarning(man_globals,
- "Could not get the search string, no search will be preformed.");
+ "Could not get the search string, no search will be performed.");
return (NULL);
}