Fix typo accross -> across

This commit is contained in:
Benjamin Drung 2016-02-04 12:53:20 +01:00
parent 9ae50c993e
commit 4a2f4de1a8

View File

@ -209,7 +209,7 @@ def event_return(events):
Cassandra does not support an auto-increment feature due to the
highly inefficient nature of creating a monotonically increasing
number accross all nodes in a distributed database. Each event
number across all nodes in a distributed database. Each event
will be assigned a uuid by the connecting client.
'''
for event in events: