aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <x.fix@o2.pl>2014-05-31 09:08:46 +0200
committerGravatar Konrad Borowski <x.fix@o2.pl>2014-05-31 09:08:46 +0200
commitb481128a93e4f7662425398de8c6a70bee9b004d (patch)
treec5368177d3e2e6714295ff14d8378ea80c670bc2 /expand.cpp
parentab62001b74d27e1763b42ee57eca34239aba2ca3 (diff)
Fix small misspelling in comment in expand.cpp
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.cpp b/expand.cpp
index 0389ffb4..d8cf4a1a 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.