diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-01-04 14:12:05 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2021-01-15 18:23:40 +0100 |
commit | 6aff5bfdf5ff33746060471f4e8db29c4c9f4f59 (patch) | |
tree | 9d3f47357a434fe844244981366254b48fc99ced /nxcomp/include | |
parent | c7f9ff0b61bad8231f564c1cb896f20fce44d1a5 (diff) | |
download | nx-libs-6aff5bfdf5ff33746060471f4e8db29c4c9f4f59.tar.gz nx-libs-6aff5bfdf5ff33746060471f4e8db29c4c9f4f59.tar.bz2 nx-libs-6aff5bfdf5ff33746060471f4e8db29c4c9f4f59.zip |
fix formatting and spelling in various files
Diffstat (limited to 'nxcomp/include')
-rw-r--r-- | nxcomp/include/NX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/include/NX.h b/nxcomp/include/NX.h index cc1cfb280..088e265e0 100644 --- a/nxcomp/include/NX.h +++ b/nxcomp/include/NX.h @@ -342,7 +342,7 @@ extern int NXTransFlush(int fd); * connection. * * NX_CHANNEL_SLAVE: The channel will forward data to a remote slave - * command (see NX_SLAVE_CMD envrionment variable) + * command (see NX_SLAVE_CMD environment variable) * * Only a proxy running at the NX server/X client side will be able * to create a X, CUPS, SMB, MEDIA and HTTP channel. A proxy running |