diff options
author | pb <pb@FreeBSD.org> | 2008-02-06 08:03:27 +0000 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2008-02-06 08:03:27 +0000 |
commit | c3c8edd3bd8485f558c80217df56d9875fcc0c8d (patch) | |
tree | 7a45cac16fd9487df54b406242fb0e137d79ecae /sbin/iscontrol/misc.c | |
parent | db71b4359b9dff7c8c887dbcc85de87040334095 (diff) | |
download | FreeBSD-src-c3c8edd3bd8485f558c80217df56d9875fcc0c8d.zip FreeBSD-src-c3c8edd3bd8485f558c80217df56d9875fcc0c8d.tar.gz |
Fix typo.
Submitted by: danny at cs.huji.ac.il (author)
Diffstat (limited to 'sbin/iscontrol/misc.c')
-rw-r--r-- | sbin/iscontrol/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/iscontrol/misc.c b/sbin/iscontrol/misc.c index 61ca247..4ac3f0a 100644 --- a/sbin/iscontrol/misc.c +++ b/sbin/iscontrol/misc.c @@ -185,7 +185,7 @@ bin2str(char *encoding, unsigned char *md, int blen) strcpy(dst, encoding); ds = dst + 2; cp = md; - b6 = 0; // to keep copiler happy. + b6 = 0; // to keep compiler happy. for(i = 0; i < blen; i++) { switch(i % 3) { case 0: |