diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
commit | 9953595f973c461c2729e5a7cde9380a3d3d2c9a (patch) | |
tree | d145ece02284bd86561f373fcb369e260154153b /usr.bin/csup | |
parent | f4753a04d4771c2013dc576b6455d28c5e64e93e (diff) | |
download | FreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.zip FreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.tar.gz |
Spelling fixes for usr.bin/
Diffstat (limited to 'usr.bin/csup')
-rw-r--r-- | usr.bin/csup/fixups.c | 2 | ||||
-rw-r--r-- | usr.bin/csup/mux.c | 2 | ||||
-rw-r--r-- | usr.bin/csup/rcsfile.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/csup/fixups.c b/usr.bin/csup/fixups.c index a83ad1c..a1df115 100644 --- a/usr.bin/csup/fixups.c +++ b/usr.bin/csup/fixups.c @@ -38,7 +38,7 @@ /* * A synchronized queue to implement fixups. The updater thread adds * fixup requests to the queue with fixups_put() when a checksum - * mismatch error occured. It then calls fixups_close() when he's + * mismatch error occurred. It then calls fixups_close() when he's * done requesting fixups. The detailer thread gets the fixups with * fixups_get() and then send the requests to the server. * diff --git a/usr.bin/csup/mux.c b/usr.bin/csup/mux.c index b344be1..9335fa9 100644 --- a/usr.bin/csup/mux.c +++ b/usr.bin/csup/mux.c @@ -680,7 +680,7 @@ mux_init(struct mux *m) /* * Close all the channels, terminate the sender and receiver thread. - * This is an important function because it is used everytime we need + * This is an important function because it is used every time we need * to wake up all the worker threads to abort the program. * * This function accepts an error message that will be printed if the diff --git a/usr.bin/csup/rcsfile.c b/usr.bin/csup/rcsfile.c index 33caa03..dcc2002 100644 --- a/usr.bin/csup/rcsfile.c +++ b/usr.bin/csup/rcsfile.c @@ -1254,8 +1254,8 @@ rcsfile_insertsorteddelta(struct rcsfile *rf, struct delta *d) /* * Insert a delta into the correct place in branch. A trunk branch will have * different ordering scheme and be sorted by revision number, but a normal - * branch will be sorted by date to maintain compability with branches that is - * "hand-hacked". + * branch will be sorted by date to maintain compatibility with branches that + * is "hand-hacked". */ static void rcsfile_insertdelta(struct branch *b, struct delta *d, int trunk) |