Fix typos in comments

This commit is contained in:
ccoVeille
2025-01-19 21:34:42 +01:00
committed by Peter Ammon
parent 88c8992cc3
commit b6a1bedab9
30 changed files with 34 additions and 34 deletions

View File

@@ -87,7 +87,7 @@ string pad -c_ --width 5 longer-than-width-param x
# CHECK: ______________________x
# Current behavior is that only a single padding character is supported.
# We can support longer strings in future without breaking compatibilty.
# We can support longer strings in future without breaking compatibility.
string pad -c ab -w4 .
# CHECKERR: string pad: Padding should be a character 'ab'