From 7f9532b37c47c293e404315de460f500b00beae4 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 17:32:09 +0900 Subject: [PATCH] * sending -> transferring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3db50d..825868e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ It has some advantages over other methods: * Of course, it is necessary to install bastion public key on servers, and server keys on bastion. But you don't have to update workflow files and `secrets` even if number of servers changed. * `rsync`: * is faster than others. - * will **NOT** break files even if disconnected during sending. + * will **NOT** break files even if disconnected during transferring. * can remove files that don't exist in server. * SCP is [deprecated by OpenSSH](https://www.openssh.com/txt/release-8.0) due to outdated and inflexible protocol. * Using bastion is more secure because: