Skip to content

Commit 6ca0f22

Browse files
Fix typo
Thanks Quinn for spotting this! Co-authored-by: Quinn Murphy <[email protected]>
1 parent 27d2272 commit 6ca0f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The [fix in rsync `3.2.5`](https://github.com/WayneD/rsync/blob/master/NEWS.md#n
1919

2020
If you encounter this degradation you can mitigate it by using the `--trust-sender` flag, which is available in rsync >= v3.2.5.
2121

22-
If your backup host is running rsync < v3.2.5 you may or may not need to make changes to you rsync package, depending on whether your rsync package has backported the fix for CVE-2022-29154 without also backporting the `--trust-sender` flag.
22+
If your backup host is running rsync < v3.2.5 you may or may not need to make changes to your rsync package, depending on whether your rsync package has backported the fix for CVE-2022-29154 without also backporting the `--trust-sender` flag.
2323

2424
If your rsync package has backported the CVE fix _and_ the `--trust-sender` flag then you don't need to change anything.
2525

0 commit comments

Comments
 (0)