diff options
Diffstat (limited to 'usr/src/cmd/filesync/main.c')
-rw-r--r-- | usr/src/cmd/filesync/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filesync/main.c b/usr/src/cmd/filesync/main.c index 22099f6acb..3af9bf6d81 100644 --- a/usr/src/cmd/filesync/main.c +++ b/usr/src/cmd/filesync/main.c @@ -634,7 +634,7 @@ check_access(char *name, int *newflag) return (0); } - /* if the problem is isn't non-existance, lose */ + /* if the problem is isn't non-existence, lose */ if (errno != ENOENT) { *newflag = 0; fprintf(stderr, gettext(ERR_rdwri), name); |