diff --git a/sbin/iscontrol/misc.c b/sbin/iscontrol/misc.c index 61ca247b22e2..4ac3f0a349f7 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: