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-nxproxy2nxagent-over-network | |
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-nxproxy2nxagent-over-network')
-rwxr-xr-x | testscripts/run-nxproxy2nxagent-over-network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/run-nxproxy2nxagent-over-network b/testscripts/run-nxproxy2nxagent-over-network index 35b67d41d..a433f2307 100755 --- a/testscripts/run-nxproxy2nxagent-over-network +++ b/testscripts/run-nxproxy2nxagent-over-network @@ -51,7 +51,7 @@ NX_SYSTEM=${HOME}/.nx NX_ROOT=${HOME}/.nx # -# This should be randlomly generated. +# This should be randomly generated. # #NX_COOKIE=`xauth list |grep "${HOSTNAME}/unix:\<${NX_PORT}\>" | grep MIT | cut -f 5 -d ' '` NX_COOKIE=123efa980d2cba234ef6f73deac810ff |