aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_netconfc_SUITE_data
diff options
context:
space:
mode:
authorLorenzo Bolla <[email protected]>2019-03-31 17:13:23 +0100
committerLorenzo Bolla <[email protected]>2019-03-31 17:13:23 +0100
commit3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a (patch)
tree3271e8b8d9720ad929339dcac274466e9333cb4a /lib/common_test/test/ct_netconfc_SUITE_data
parent97bd138d220bcb863a7e09dd420f879137c09a6c (diff)
downloadotp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.gz
otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.bz2
otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.zip
Fix various spelling mistakes
Fix ERL-541 and various other unreported spelling mistakes.
Diffstat (limited to 'lib/common_test/test/ct_netconfc_SUITE_data')
-rw-r--r--lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
index 0d17481e95..9df395b0de 100644
--- a/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
+++ b/lib/common_test/test/ct_netconfc_SUITE_data/netconfc1_SUITE.erl
@@ -271,7 +271,7 @@ no_client_hello(Config) ->
%% Tell server to receive a get request and then die without
%% replying since no hello has been received. (is this correct
- %% behavoiur??)
+ %% behaviour??)
?NS:expect_do(get,close),
{error,closed} = ct_netconfc:get(Client,whatever),
ok.