diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-12-26 09:55:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-26 09:55:47 +0300 |
| commit | d8a90c9b4545ea0a162b310d77574ff58e87f068 (patch) | |
| tree | b158b3d8ff048b40b09033ec2158a6c739dd49f6 /test | |
| parent | fdf783f9accd0b7c914b17907c0d7528750fb961 (diff) | |
| parent | d1359be41d60076518f354e5454d4eb5a28ddd0b (diff) | |
| download | rabbitmq-server-git-d8a90c9b4545ea0a162b310d77574ff58e87f068.tar.gz | |
Merge pull request #1069 from AndrewDryga/fix-typos
Fixed various typos across code comments
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, |
