From b481128a93e4f7662425398de8c6a70bee9b004d Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sat, 31 May 2014 09:08:46 +0200 Subject: [PATCH] Fix small misspelling in comment in expand.cpp --- expand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expand.cpp b/expand.cpp index 0389ffb49..d8cf4a1ab 100644 --- a/expand.cpp +++ b/expand.cpp @@ -739,7 +739,7 @@ static int find_job(const struct find_job_data_t *info) /** Searches for a job with the specified job id, or a job or process which has the string \c proc as a prefix of its commandline. Appends - the name of the process as a completion in 'out'.f + the name of the process as a completion in 'out'. If the ACCEPT_INCOMPLETE flag is set, the remaining string for any matches are inserted.