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 --- events/src/glustereventsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events') diff --git a/events/src/glustereventsd.py b/events/src/glustereventsd.py index 4b56eee9131..918c56b6a92 100644 --- a/events/src/glustereventsd.py +++ b/events/src/glustereventsd.py @@ -59,7 +59,7 @@ class GlusterEventsRequestHandler(SocketServer.BaseRequestHandler): try: # Event Type to Function Map, Recieved event data will be in # the form , Get Event name for the - # recieved Type/Key and construct a function name starting with + # received Type/Key and construct a function name starting with # handle_ For example: handle_event_volume_create func_name = "handle_" + all_events[int(key)].lower() except IndexError: -- cgit