aboutsummaryrefslogtreecommitdiffstats
path: root/common
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
parent1391fc4bd5a409e17dfd76251ed4bf37b7951fc0 (diff)
downloadtigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.tar.gz
tigervnc-0536d0975bb9e8e4a8aae693bd79157955a896b1.zip
spelling fixes
Diffstat (limited to 'common')
-rw-r--r--common/Xregion/Region.c2
-rw-r--r--common/rfb/Encoder.h2
-rw-r--r--common/rfb/JpegCompressor.cxx2
-rw-r--r--common/rfb/JpegDecompressor.cxx2
-rw-r--r--common/rfb/VNCSConnectionST.cxx4
-rw-r--r--common/rfb/XF86keysym.h2
-rw-r--r--common/rfb/keysymdef.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/common/Xregion/Region.c b/common/Xregion/Region.c
index 5209443d..1acf5815 100644
--- a/common/Xregion/Region.c
+++ b/common/Xregion/Region.c
@@ -1310,7 +1310,7 @@ miSubtractO (
else if (r2->x1 <= x1)
{
/*
- * Subtrahend preceeds minuend: nuke left edge of minuend.
+ * Subtrahend preceds minuend: nuke left edge of minuend.
*/
x1 = r2->x2;
if (x1 >= r1->x2)
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;
diff --git a/common/rfb/JpegCompressor.cxx b/common/rfb/JpegCompressor.cxx
index c8bf8410..27cb9de3 100644
--- a/common/rfb/JpegCompressor.cxx
+++ b/common/rfb/JpegCompressor.cxx
@@ -42,7 +42,7 @@ static const PixelFormat pfXRGB(32, 24, false, true, 255, 255, 255, 8, 16, 24);
static const PixelFormat pfXBGR(32, 24, false, true, 255, 255, 255, 24, 16, 8);
//
-// Error manager implmentation for the JPEG library
+// Error manager implementation for the JPEG library
//
struct JPEG_ERROR_MGR {
diff --git a/common/rfb/JpegDecompressor.cxx b/common/rfb/JpegDecompressor.cxx
index 70a4276f..4f94faa8 100644
--- a/common/rfb/JpegDecompressor.cxx
+++ b/common/rfb/JpegDecompressor.cxx
@@ -43,7 +43,7 @@ static const PixelFormat pfXRGB(32, 24, false, true, 255, 255, 255, 8, 16, 24);
static const PixelFormat pfXBGR(32, 24, false, true, 255, 255, 255, 24, 16, 8);
//
-// Error manager implmentation for the JPEG library
+// Error manager implementation for the JPEG library
//
struct JPEG_ERROR_MGR {
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx
index 97f7d286..74c40d15 100644
--- a/common/rfb/VNCSConnectionST.cxx
+++ b/common/rfb/VNCSConnectionST.cxx
@@ -51,7 +51,7 @@ static LogWriter vlog("VNCSConnST");
static const unsigned INITIAL_WINDOW = 16384;
// TCP's minimal window is 3*MSS. But since we don't know the MSS, we
-// make a guess at 4 KiB (it's probaly a bit higher).
+// make a guess at 4 KiB (it's probably a bit higher).
static const unsigned MINIMUM_WINDOW = 4096;
// The current default maximum window for Linux (4 MiB). Should be a good
@@ -821,7 +821,7 @@ void VNCSConnectionST::handleRTTPong(const struct RTTInfo &rttInfo)
}
// We only keep track of the minimum latency seen (for a given interval)
- // on the basis that we want to avoid continous buffer issue, but don't
+ // on the basis that we want to avoid continuous buffer issue, but don't
// mind (or even approve of) bursts.
if (rtt < minRTT)
minRTT = rtt;
diff --git a/common/rfb/XF86keysym.h b/common/rfb/XF86keysym.h
index fd3af4f4..ff3dd4f9 100644
--- a/common/rfb/XF86keysym.h
+++ b/common/rfb/XF86keysym.h
@@ -136,7 +136,7 @@
#define XF86XK_LogOff 0x1008FF61 /* Log off system */
#define XF86XK_Market 0x1008FF62 /* ?? */
#define XF86XK_Meeting 0x1008FF63 /* enter meeting in calendar */
-#define XF86XK_MenuKB 0x1008FF65 /* distingush keyboard from PB */
+#define XF86XK_MenuKB 0x1008FF65 /* distinguish keyboard from PB */
#define XF86XK_MenuPB 0x1008FF66 /* distinuish PB from keyboard */
#define XF86XK_MySites 0x1008FF67 /* Favourites */
#define XF86XK_New 0x1008FF68 /* New (folder, document... */
diff --git a/common/rfb/keysymdef.h b/common/rfb/keysymdef.h
index 979ebdd5..a80f3f5a 100644
--- a/common/rfb/keysymdef.h
+++ b/common/rfb/keysymdef.h
@@ -175,7 +175,7 @@ SOFTWARE.
/*
- * Auxilliary Functions; note the duplicate definitions for left and right
+ * Auxiliary Functions; note the duplicate definitions for left and right
* function keys; Sun keyboards and a few other manufactures have such
* function key groups on the left and/or right sides of the keyboard.
* We've not found a keyboard with more than 35 function keys total.