diff options
| author | Andrew Dryga <andrew@dryga.com> | 2016-12-25 17:32:54 +0200 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-12-26 09:59:35 +0300 |
| commit | c0336e85f4260ab256891adb71fa44bd3d42ee69 (patch) | |
| tree | fa4d01ad543203aae901ffd0e59765fae89d973d /test | |
| parent | 8fd90cb5d3fe608c8b9ca31665e435e06c5f73ed (diff) | |
| download | rabbitmq-server-git-c0336e85f4260ab256891adb71fa44bd3d42ee69.tar.gz | |
Fixed various typos across code comments
Conflicts:
scripts/rabbitmq-server
scripts/rabbitmq-server.bat
src/rabbit_queue_index.erl
Diffstat (limited to 'test')
| -rw-r--r-- | test/sync_detection_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sync_detection_SUITE.erl b/test/sync_detection_SUITE.erl index 1e0a66e8fd..3e5ed8208b 100644 --- a/test/sync_detection_SUITE.erl +++ b/test/sync_detection_SUITE.erl @@ -210,7 +210,7 @@ slave_pids(Node, Queue) -> _ -> Pids end. -%% The mnesia syncronization takes a while, but we don't want to wait for the +%% The mnesia synchronization takes a while, but we don't want to wait for the %% test to fail, since the timetrap is quite high. wait_for_sync_status(Status, Node, Queue) -> Max = 10000 / ?LOOP_RECURSION_DELAY, |
