diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-24 15:45:01 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-24 15:45:01 +0100 |
commit | 6c7869ab941294dfc9527892310703caba695591 (patch) | |
tree | 56138dc605593efa3b1c585590747cc618590136 /testscripts/run-nxproxy2nxproxy | |
parent | 34bef6330c1cc0d76121dbf556a64044e0ce65c8 (diff) | |
download | nx-libs-6c7869ab941294dfc9527892310703caba695591.tar.gz nx-libs-6c7869ab941294dfc9527892310703caba695591.tar.bz2 nx-libs-6c7869ab941294dfc9527892310703caba695591.zip |
testscripts/*: fix "randlomly" typos.
Diffstat (limited to 'testscripts/run-nxproxy2nxproxy')
-rwxr-xr-x | testscripts/run-nxproxy2nxproxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/run-nxproxy2nxproxy b/testscripts/run-nxproxy2nxproxy index 305d921c2..bb2d2971f 100755 --- a/testscripts/run-nxproxy2nxproxy +++ b/testscripts/run-nxproxy2nxproxy @@ -40,7 +40,7 @@ NX_ROOT=${HOME}/.nx mkdir -p "${NX_ROOT}" # -# This should be randlomly generated. +# This should be randomly generated. # NX_COOKIE=`xauth -n list |grep "${HOSTNAME}/unix:${NX_PORT}" | grep MIT | cut -f 5 -d ' ' | head -n1` |