diff options
| author | Christian Beier <dontmind@freeshell.org> | 2015-10-10 14:12:06 +0200 |
|---|---|---|
| committer | Christian Beier <dontmind@freeshell.org> | 2015-10-10 14:12:06 +0200 |
| commit | ab0765903987296fe03bc3dd11645206f9d67e7f (patch) | |
| tree | a462dc1715366e72e74e45dcc24f4d3a1c241772 /libvncserver/tight.c | |
| parent | 97f442ef2aa65ade6bea11e90054c57b90abbaca (diff) | |
| parent | 9c7efb7633ba62cd80c93e83284663f805bb3031 (diff) | |
| download | libtdevnc-ab0765903987296fe03bc3dd11645206f9d67e7f.tar.gz libtdevnc-ab0765903987296fe03bc3dd11645206f9d67e7f.zip | |
Merge pull request #89 from stweil/master
Fix some typos (found by codespell)
Diffstat (limited to 'libvncserver/tight.c')
| -rw-r--r-- | libvncserver/tight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvncserver/tight.c b/libvncserver/tight.c index 89a7f25..bca374d 100644 --- a/libvncserver/tight.c +++ b/libvncserver/tight.c @@ -563,7 +563,7 @@ ExtendSolidArea(rfbClientPtr cl, /* * Check if a rectangle is all of the same color. If needSameColor is * set to non-zero, then also check that its color equals to the - * *colorPtr value. The result is 1 if the test is successfull, and in + * *colorPtr value. The result is 1 if the test is successful, and in * that case new color will be stored in *colorPtr. */ |
