diff --git a/source/cprogramming/chapter1/ex_1.22_fold.rst b/source/cprogramming/chapter1/ex_1.22_fold.rst index ab018d23..8d114113 100644 --- a/source/cprogramming/chapter1/ex_1.22_fold.rst +++ b/source/cprogramming/chapter1/ex_1.22_fold.rst @@ -8,7 +8,7 @@ Question Write a program to ``fold`` long input lines into two or more shorter lines after the last non-blank character that occurs before the n-th column of input. -Make sure your program does something ntelligent with very long lines, and if +Make sure your program does something intelligent with very long lines, and if there are no blanks or tabs before the specified column.