aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-08 19:33:10 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-08 19:33:10 +1000
commit93eed7bc352d7c5f26097c70b3ee324c9f4947ca (patch)
treebab1739680b95e3821b521a4237bce4676e039fc /builtin.c
parentf23fa4827aefd4b7ffa36ffef6a6d1e577bc4ab2 (diff)
Spelling fixes
darcs-hash:20051008093310-ac50b-077bd66d4b2c3f98de421e04b125f0d89e9d503a.gz
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 113b35fb..aaa3db58 100644
--- a/builtin.c
+++ b/builtin.c
@@ -1962,7 +1962,7 @@ static int builtin_source( wchar_t ** argv )
/**
Make the specified job the first job of the job list. Moving jobs
around in the list makes the list reflect the order in which the
- jobs where used.
+ jobs were used.
*/
static void make_first( job_t *j )
{