Bug 13734 - spelling mistakes in rsync.yo
Summary: spelling mistakes in rsync.yo
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.3
Hardware: All All
: P5 trivial (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-01 14:03 UTC by Paul Slootman
Modified: 2019-01-08 21:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Slootman 2019-01-01 14:03:38 UTC
There are two spelling mistakes in rsync.yo:

diff --git a/rsync.yo b/rsync.yo
index 48d5da1d287534c8569272b6b8663329217000f8..69680566051f4a7ff47b0d84a500b35931d980be 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1324,7 +1324,7 @@ batch-writing option is in effect.
 
 dit(bf(--checksum-choice=STR)) This option overrides the checksum algoriths.
 If one algorithm name is specified, it is used for both the transfer checksums
-and (assuming bf(--checksum) is specifed) the pre-transfer checksumming. If two
+and (assuming bf(--checksum) is specified) the pre-transfer checksumming. If two
 comma-separated names are supplied, the first name affects the transfer
 checksums, and the second name affects the pre-transfer checksumming.
 
@@ -2334,7 +2334,7 @@ units of 1024.
 
 The default is human-readable level 1.  Each bf(-h) option increases the level
 by one.  You can take the level down to 0 (to output numbers as pure digits) by
-specifing the bf(--no-human-readable) (bf(--no-h)) option.
+specifying the bf(--no-human-readable) (bf(--no-h)) option.
 
 The unit letters that are appended in levels 2 and 3 are: K (kilo), M (mega),
 G (giga), or T (tera).  For example, a 1234567-byte file would output as 1.23M
Comment 1 Wayne Davison 2019-01-08 21:39:32 UTC
Fix committed to git.