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/src/Control.h | |
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/src/Control.h')
-rw-r--r-- | nxcomp/src/Control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Control.h b/nxcomp/src/Control.h index 764fca2c1..21edae77c 100644 --- a/nxcomp/src/Control.h +++ b/nxcomp/src/Control.h @@ -144,7 +144,7 @@ class Control T_session_mode SessionMode; // - // Either immediate or defferred flushes. + // Either immediate or deferred flushes. // T_flush_policy FlushPolicy; |