summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-20 16:02:07 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-20 16:02:09 +0100
commit3d395282860f7b86f65c6735351f24b52c486718 (patch)
treee4d8c23205316eeb00d55acfc7c4dd8923cf66e2
parent80e674ddb6ad6b794b0b51806ffb564f57d120a1 (diff)
string_copying.7: tfix
Reported-by: Stefan Puiu <stefan.puiu@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/string_copying.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/string_copying.7 b/man7/string_copying.7
index 31ba95c13..55057e39b 100644
--- a/man7/string_copying.7
+++ b/man7/string_copying.7
@@ -94,7 +94,7 @@ is a sequence of zero or more non-null characters followed by a null byte.
.TP
.I character sequence
is a sequence of zero or more non-null characters.
-A program should never usa a character sequence where a string is required.
+A program should never use a character sequence where a string is required.
However, with appropriate care,
a string can be used in the place of a character sequence.
.RS