diff options
author | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2017-01-28 20:56:56 +0100 |
commit | 0536d0975bb9e8e4a8aae693bd79157955a896b1 (patch) | |
tree | 62f6968b24f8ebf9e25ae3a53393b77347144b14 /common/rfb/Encoder.h | |
parent | 1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 (diff) | |
download | tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.tar.gz tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.zip |
spelling fixes
Diffstat (limited to 'common/rfb/Encoder.h')
-rw-r--r-- | common/rfb/Encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/Encoder.h b/common/rfb/Encoder.h index 62cb6ebc..a8a447e2 100644 --- a/common/rfb/Encoder.h +++ b/common/rfb/Encoder.h @@ -43,7 +43,7 @@ namespace rfb { enum EncoderFlags flags, unsigned int maxPaletteSize); virtual ~Encoder(); - // isSupported() should return a boolean indiciating if this encoder + // isSupported() should return a boolean indicating if this encoder // is okay to use with the current connection. This usually involves // checking the list of encodings in the connection parameters. virtual bool isSupported()=0; |