mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fixed small typo in src/builtin_jobs.cpp (#4530)
This commit is contained in:
parent
ed0a57ff6d
commit
9c060126b5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static void builtin_jobs_print(const job_t *j, int mode, int header, io_streams_
|
|||
}
|
||||
}
|
||||
|
||||
/// The jobs builtin. Used fopr printing running jobs. Defined in builtin_jobs.c.
|
||||
/// The jobs builtin. Used for printing running jobs. Defined in builtin_jobs.c.
|
||||
int builtin_jobs(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
||||
wchar_t *cmd = argv[0];
|
||||
int argc = builtin_count_args(argv);
|
||||
|
|
Loading…
Reference in a new issue