summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-08 09:11:57 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-08 09:11:57 -0700
commit617209a03a219abfd0fc626be1a038d20443178b (patch)
tree2fe37d785b90f33cf028e844204d234f53480856
parent46c0034ae501360edb541082d0eadb23babf302e (diff)
Fix "no search will be preformed" typo in dialog box message
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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);
}