Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/cprogramming/chapter1/ex_1.22_fold.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down