diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-01-04 14:12:05 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-01-16 00:23:39 +0100 |
commit | 12b96fd9abb9289039cb71a03703dcfc503f61e1 (patch) | |
tree | dde5f96c6e6d8f8a1960f5394b0f9921e7e9ab07 /nxcomp/include | |
parent | 0a06ee77a2ffd2b1dc5f1d6ebe93789be12f259f (diff) | |
download | nx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.tar.gz nx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.tar.bz2 nx-libs-12b96fd9abb9289039cb71a03703dcfc503f61e1.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 |