summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-11-18 08:20:48 +0100
committerStefan Weil <sw@weilnetz.de>2016-11-18 08:20:48 +0100
commit532789f4944449583bb3ab7545f3629b42a617ea (patch)
tree71ef60e46e05848d72fca461e92dda911a161f4c /examples
parent3df54ce7ce2e126a7e5f88c4ae1f515509abc19b (diff)
downloadlibtdevnc-532789f4944449583bb3ab7545f3629b42a617ea.tar.gz
libtdevnc-532789f4944449583bb3ab7545f3629b42a617ea.zip
Fix some typos (it's / its)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/example.c2
-rw-r--r--examples/zippy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/example.c b/examples/example.c
index 617e7ad..406378e 100644
--- a/examples/example.c
+++ b/examples/example.c
@@ -56,7 +56,7 @@ static void initBuffer(unsigned char* buffer)
}
}
-/* Here we create a structure so that every client has it's own pointer */
+/* Here we create a structure so that every client has its own pointer */
typedef struct ClientData {
rfbBool oldButton;
diff --git a/examples/zippy.c b/examples/zippy.c
index 5a5961a..be06a28 100644
--- a/examples/zippy.c
+++ b/examples/zippy.c
@@ -7,7 +7,7 @@
static int maxx=400, maxy=400, bpp=4;
/* odd maxx doesn't work (vncviewer bug) */
-/* Here we create a structure so that every client has it's own pointer */
+/* Here we create a structure so that every client has its own pointer */
/* turns the framebuffer black */
void blank_framebuffer(char* frame_buffer, int x1, int y1, int x2, int y2);