1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix a spelling mistake
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-04
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104959
Bug: https://rt.cpan.org/Ticket/Display.html?id=104959
--- a/lib/SVN/Notify/Mirror/SSH.pm
+++ b/lib/SVN/Notify/Mirror/SSH.pm
@@ -256,7 +256,7 @@
=item 6. Confirm configuration
-As the repository user, confirm that you can sucessfully connect to
+As the repository user, confirm that you can successfully connect to
the remote account, e.g.:
# su - local_user
|