From 5a0505c80f0159be27ef97fbcd5a6da0586b194e Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 12 Jan 2022 22:52:40 +0000 Subject: [PATCH] seperators -> separators --- usr.bin/rsync/fargs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/rsync/fargs.c b/usr.bin/rsync/fargs.c index 2d3e36866d0..7ccb5bff7d2 100644 --- a/usr.bin/rsync/fargs.c +++ b/usr.bin/rsync/fargs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fargs.c,v 1.22 2021/11/03 14:42:12 deraadt Exp $ */ +/* $OpenBSD: fargs.c,v 1.23 2022/01/12 22:52:40 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -71,7 +71,7 @@ fargs_cmdline(struct sess *sess, const struct fargs *f, size_t *skip) while ((arg = strsep(&ap, " \t")) != NULL) { if (arg[0] == '\0') { - ap++; /* skip seperators */ + ap++; /* skip separators */ continue; } -- 2.20.1