summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:02:13 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:27 +0000
commitd9b50ce7df182e3ba8692b6d3edcd1b6489060c0 (patch)
tree2addfdfb01a07536437829a8349fee707a93e200 /source4/selftest
parente6654b5f43f26a998a0a11893ed2cec842f26d16 (diff)
downloadsamba-d9b50ce7df182e3ba8692b6d3edcd1b6489060c0.tar.gz
Spelling fixes s/recieved/received/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/win/common.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/win/common.exp b/source4/selftest/win/common.exp
index 28a3d7a6a19..93d24a6cf71 100644
--- a/source4/selftest/win/common.exp
+++ b/source4/selftest/win/common.exp
@@ -246,7 +246,7 @@ proc expect_prompt { remote_prompt } {
}
# This function will create a telnet login shell to $remote_host as $username.
-# If expected dialogue is not recieved, return with a specific error if one
+# If expected dialogue is not received, return with a specific error if one
# is recognized. Otherwise return a generic error indicating the function
# name.
proc telnet_login { remote_prompt remote_host username password } {