From e86d31e7a59a3235afd762ee17d69f9048b0ff98 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Thu, 31 Oct 2013 21:57:15 +0100 Subject: [PATCH] s/Procces/Process/. Fixes #1082. --- builtin_jobs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin_jobs.cpp b/builtin_jobs.cpp index dfd49f298..634aa0104 100644 --- a/builtin_jobs.cpp +++ b/builtin_jobs.cpp @@ -123,7 +123,7 @@ static void builtin_jobs_print(const job_t *j, int mode, int header) /* Print table header before first job */ - stdout_buffer.append(_(L"Procces\n")); + stdout_buffer.append(_(L"Process\n")); } for (p=j->first_process; p; p=p->next)