summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-26 23:57:55 +0000
committerGitHub <noreply@github.com>2021-09-26 16:57:55 -0700
commitdde469513625c0e10216da9b6f6546aa844431f7 (patch)
treeca4e2013323105eab83f0a13154cc8e3b8991975 /rsync.h
parent33379302927313f426fc561ce2c89069e265b9a3 (diff)
downloadrsync-dde469513625c0e10216da9b6f6546aa844431f7.tar.gz
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
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
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