Skip to content

Commit acbbc28

Browse files
authored
Merge pull request #51 from adrianreber/2024-12-30-typo
Fix typo ("he" -> "the")
2 parents 2673020 + b04d9bd commit acbbc28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/usage-copy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const char usage_help[] =
125125
"sectors (75 sectors per second).\n"
126126
"\n"
127127
"When only a single offset is supplied, it is interpreted as a starting\n"
128-
"offset and ripping will continue to the end of he track. If a single\n"
128+
"offset and ripping will continue to the end of the track. If a single\n"
129129
"offset is preceded or followed by a hyphen, the implicit missing\n"
130130
"offset is taken to be the start or end of the disc, respectively. Thus:\n"
131131
"\n"

src/usage.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ twenty seconds, [10:] would be ten minutes, [.30] would be thirty
9999
sectors (75 sectors per second).
100100

101101
When only a single offset is supplied, it is interpreted as a starting
102-
offset and ripping will continue to the end of he track. If a single
102+
offset and ripping will continue to the end of the track. If a single
103103
offset is preceded or followed by a hyphen, the implicit missing
104104
offset is taken to be the start or end of the disc, respectively. Thus:
105105

0 commit comments

Comments
 (0)