Two more spelling fixes and some year updates.
authorWayne Davison <wayne@opencoder.net>
Thu, 16 Apr 2020 16:29:22 +0000 (09:29 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 16 Apr 2020 16:31:02 +0000 (09:31 -0700)
acls.c
case_N.h
chmod.c
fileio.c
lib/compat.c
lib/sysacls.c
socket.c
token.c
xattrs.c

diff --git a/acls.c b/acls.c
index 2bc2e4e1c89e05d129e294e620b01aad9d355e85..02bfe366172dc9727810d690b80392adb1bee7e3 100644 (file)
--- a/acls.c
+++ b/acls.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1996 Andrew Tridgell
  * Copyright (C) 1996 Paul Mackerras
- * Copyright (C) 2006-2019 Wayne Davison
+ * Copyright (C) 2006-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 97acf6e6db7f00d37c63e57fe994616b7f81edc4..f6e0fdafa16ebe4f1b31bebc4fbc245bcd56667d 100644 (file)
--- a/case_N.h
+++ b/case_N.h
@@ -1,7 +1,7 @@
 /*
  * Allow an arbitrary sequence of case labels.
  *
- * Copyright (C) 2006-2019 Wayne Davison
+ * Copyright (C) 2006-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/chmod.c b/chmod.c
index ffb345c9dcfeb27b230dc54aae70dc67ab71ae29..8bbf791aabb6cb70c7ed569a4f5bae5e129b94ab 100644 (file)
--- a/chmod.c
+++ b/chmod.c
@@ -2,7 +2,7 @@
  * Implement the core of the --chmod option.
  *
  * Copyright (C) 2002 Scott Howard
- * Copyright (C) 2005-2019 Wayne Davison
+ * Copyright (C) 2005-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c6e12202e41eb82904ac8293f9421cceed1d33eb..bd2e36ae3cff51826266d332c6612950c9e9c5e5 100644 (file)
--- a/fileio.c
+++ b/fileio.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1998 Andrew Tridgell
  * Copyright (C) 2002 Martin Pool
- * Copyright (C) 2004-2019 Wayne Davison
+ * Copyright (C) 2004-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c1546744c4fb1170913e2932969c4d5e9bfd2c1f..26a2aa6024a812d4d4865025a8d1a0eba8b3fcba 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1998 Andrew Tridgell
  * Copyright (C) 2002 Martin Pool
- * Copyright (C) 2004-2019 Wayne Davison
+ * Copyright (C) 2004-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e81b0e18cd87705e667c57a481f5f34e77cef2c2..3eb903cf335738cb193603433aa848dfa118acfa 100644 (file)
@@ -2,7 +2,7 @@
  * Unix SMB/CIFS implementation.
  * Based on the Samba ACL support code.
  * Copyright (C) Jeremy Allison 2000.
- * Copyright (C) 2007-2019 Wayne Davison
+ * Copyright (C) 2007-2020 Wayne Davison
  *
  * The permission functions have been changed to get/set all bits via
  * one call.  Some functions that rsync doesn't need were also removed.
index f3db10f4f004e1befd68690a652dabc174002e47..e3133e289d8f3bf335a4ac30752adebfd665aec6 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1992-2001 Andrew Tridgell <tridge@samba.org>
  * Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -195,7 +195,7 @@ int open_socket_out(char *host, int port, const char *bind_addr,
        char *proxy_user = NULL, *proxy_pass = NULL;
 
        /* if we have a RSYNC_PROXY env variable then redirect our
-        * connetcion via a web proxy at the given address. */
+        * connection via a web proxy at the given address. */
        h = getenv("RSYNC_PROXY");
        proxied = h != NULL && *h != '\0';
 
@@ -820,7 +820,7 @@ static int socketpair_tcp(int fd[2])
  * stdout.  This is used to fake a connection to a daemon for testing -- not
  * for the normal case of running SSH.
  *
- * Retruns a socket which is attached to a subprocess running "prog". stdin and
+ * Returns a socket which is attached to a subprocess running "prog". stdin and
  * stdout are attached. stderr is left attached to the original stderr. */
 static int sock_exec(const char *prog)
 {
diff --git a/token.c b/token.c
index 6e08dc0ae3bb56fe3fb39eb2f63e18395382e7f9..a5ed6ff0fd9600b4d5bac8e3da327e4df3ece736 100644 (file)
--- a/token.c
+++ b/token.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1996 Andrew Tridgell
  * Copyright (C) 1996 Paul Mackerras
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 34ff51cb446ea650e67bc7a9cdeb3616c02e3bda..2afa3473d6a60aca47413c1f8cd4adb5034fe052 100644 (file)
--- a/xattrs.c
+++ b/xattrs.c
@@ -3,7 +3,7 @@
  * Written by Jay Fenlason, vaguely based on the ACLs patch.
  *
  * Copyright (C) 2004 Red Hat, Inc.
- * Copyright (C) 2006-2019 Wayne Davison
+ * Copyright (C) 2006-2020 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by