From 826152055ff732b9c71f7766e0e197263b9fce95 Mon Sep 17 00:00:00 2001 From: Patrick Matthäi Date: Fri, 31 Mar 2017 12:27:20 +0200 Subject: build: miscellaneous spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debian builds detected spelling issues with GlusterFS 3.10.1. Instead of carrying the patch in the Debian sources, let's include the fixes here too. Change-Id: I38db6adf142f7ec247bffd47aa1e6ff1a0c49e00 Reviewed-on-master: https://review.gluster.org/16973 Reported-by: Patrick Matthäi BUG: 1437854 Signed-off-by: Niels de Vos Reviewed-on: https://review.gluster.org/16974 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Zhou Zhengping Reviewed-by: Kaleb KEITHLEY --- cli/src/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/src/cli.c b/cli/src/cli.c index 1710724abd6..c9c578f253c 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -380,7 +380,7 @@ cli_opt_parse (char *opt, struct cli_state *state) oarg = strtail (opt, "timeout="); if (oarg) { if (!is_valid_int (oarg) || atoi(oarg) <= 0) { - cli_err ("timeout value should be a postive integer"); + cli_err ("timeout value should be a positive integer"); return -2; /* -2 instead of -1 to avoid unknown option error */ } -- cgit