summaryrefslogtreecommitdiffstats
path: root/common/rfb/Encoder.h
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2017-01-28 20:56:56 +0100
committerklemens <ka7@github.com>2017-01-28 20:56:56 +0100
commit0536d0975bb9e8e4a8aae693bd79157955a896b1 (patch)
tree62f6968b24f8ebf9e25ae3a53393b77347144b14 /common/rfb/Encoder.h
parent1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 (diff)
downloadtigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.tar.gz
tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.zip
spelling fixes
Diffstat (limited to 'common/rfb/Encoder.h')
-rw-r--r--common/rfb/Encoder.h2
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;