From 984178b9123f56b9f26ffef5717644a9bc809142 Mon Sep 17 00:00:00 2001 From: shoobham84 Date: Sun, 26 Apr 2026 21:36:59 +0530 Subject: [PATCH] Fix minor typo --- source/cprogramming/chapter1/ex_1.22_fold.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.