From 138935bf8d4b37e094c08eea7a20efc0553e9694 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 17 May 2016 09:22:43 -0400 Subject: core: assorted typos and spelling mistakes reported by Debian lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also missing bang (!) in #!/bin/bash in shell scripts. Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b BUG: 1336793 Reported-by: Patrick Matthäi Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/14398 NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System Reviewed-by: Kotresh HR CentOS-regression: Gluster Build System --- geo-replication/src/peer_mountbroker.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geo-replication') diff --git a/geo-replication/src/peer_mountbroker.in b/geo-replication/src/peer_mountbroker.in index 8573abdf122..ec514f038e1 100644 --- a/geo-replication/src/peer_mountbroker.in +++ b/geo-replication/src/peer_mountbroker.in @@ -159,11 +159,11 @@ def _get_args(): parser_useradd.add_argument('username', help="Username", type=str) parser_useradd.add_argument('volumes', type=str, default='', - help="Volumes list. ',' seperated") + help="Volumes list. ',' separated") parser_volumedel.add_argument('username', help="Username", type=str) parser_volumedel.add_argument('volumes', type=str, default='', - help="Volumes list. ',' seperated") + help="Volumes list. ',' separated") parser_userdel.add_argument('username', help="Username", type=str) -- cgit