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-on-localhost | |
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-on-localhost')
-rwxr-xr-x | testscripts/run-nxproxy2nxagent-on-localhost | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/run-nxproxy2nxagent-on-localhost b/testscripts/run-nxproxy2nxagent-on-localhost index c7533c711..d950ba38a 100755 --- a/testscripts/run-nxproxy2nxagent-on-localhost +++ b/testscripts/run-nxproxy2nxagent-on-localhost @@ -41,7 +41,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 |