A small, insignificant adjustment.trunk
authoralex <alex>
Thu, 23 Jun 2011 16:33:40 +0000 (23 16:33 +0000)
committeralex <alex>
Thu, 23 Jun 2011 16:33:40 +0000 (23 16:33 +0000)
src/io/count-lines.c

index 94a1a47..f08fc8f 100644 (file)
@@ -22,5 +22,5 @@ void count_lines(){
                else
                        ++nc;
        }
-       printf("\nYou typed %d lines, %d spaces and tabs, and %d characters\n", nl, nws, nc);
+       printf("\nYou typed %d lines, %d spaces and/or tabs, and %d characters\n", nl, nws, nc);
 }