Fix typo of 'receive'

Change-Id: Ic01defa8d48ba4b7f4bd6cbe4d59b9bab468a36c
This commit is contained in:
Takashi NATSUME 2015-08-04 10:14:25 +09:00
parent 981752f7cb
commit 8d06f56c1f

View File

@ -164,7 +164,7 @@ class Receiver(object):
self.node_index = int(
self.request.headers['X-Backend-Ssync-Node-Index'])
if self.node_index != self.frag_index:
# a primary node should only recieve it's own fragments
# a primary node should only receive it's own fragments
raise swob.HTTPBadRequest(
'Frag-Index (%s) != Node-Index (%s)' % (
self.frag_index, self.node_index))