From 617209a03a219abfd0fc626be1a038d20443178b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 8 Sep 2013 09:11:57 -0700 Subject: Fix "no search will be preformed" typo in dialog box message Signed-off-by: Alan Coopersmith --- search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3