From dde469513625c0e10216da9b6f6546aa844431f7 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sun, 26 Sep 2021 23:57:55 +0000 Subject: Minor cleanup (#214) - use `grep -E` and `grep -F` (`egrep` and `fgrep` are non-standard) - use same hashbang style for all test scripts - use explicit comparisons in test scripts - remove redundant ; from test scripts - make test script not executable, just like all the other scripts - unify codestyle across all test scripts - make openssl license exception clearer by having it at the top - use modern links in COPYING. The text now matches: https://www.gnu.org/licenses/gpl-3.0.txt - fix typo --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsync.h') diff --git a/rsync.h b/rsync.h index 13feb230..92ee1702 100644 --- a/rsync.h +++ b/rsync.h @@ -109,7 +109,7 @@ == ((unsigned)(b2) & (unsigned)(mask))) /* Update this if you make incompatible changes and ALSO update the - * SUBPROTOCOL_VERSION if it is not a final (offical) release. */ + * SUBPROTOCOL_VERSION if it is not a final (official) release. */ #define PROTOCOL_VERSION 31 /* This is used when working on a new protocol version or for any unofficial -- cgit v1.2.1