diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-24 16:56:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-24 16:56:56 -0400 |
commit | dfe5f77420d0e0ae2c943926d78df8c6c037ba6f (patch) | |
tree | 5fdb580f8fd5d916212e62ace9613a353806e92a | |
parent | cea8d1abce548302d8f1ad0c13f51770077fb2bd (diff) |
wording
-rw-r--r-- | Command/P2P.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/P2P.hs b/Command/P2P.hs index 4ba3e43d5..48e647273 100644 --- a/Command/P2P.hs +++ b/Command/P2P.hs @@ -171,7 +171,7 @@ performPairing remotename addrs = do putStrLn "Oops -- You entered this repository's pairing code. We need the pairing code of the *other* repository." getcode ourcode Nothing -> do - putStrLn "That does not look like a valid code. Try again..." + putStrLn "That does not look like a valiad pairing code. Try again..." getcode ourcode -- We generate half of the authtoken; the pair will provide |