summaryrefslogtreecommitdiffstats
path: root/README
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 /README
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 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index fc15824..6eba860 100644
--- a/README
+++ b/README
@@ -248,7 +248,7 @@ the original code from ORL/AT&T.
When I began hacking with computers, my first interest was speed. So, when I
got around assembler, I programmed the floppy to do much of the work, because
-it's clock rate was higher than that of my C64. This was my first experience
+its clock rate was higher than that of my C64. This was my first experience
with client/server techniques.
When I came around Xwindows (much later), I was at once intrigued by the
@@ -259,7 +259,7 @@ modem from home, it was no longer that much fun.
When I started working with ASP (Application Service Provider) programs, I
tumbled across Tarantella and Citrix. Being a security fanatic, the idea of
running a server on windows didn't appeal to me, so Citrix went down the
-basket. However, Tarantella has it's own problems (security as well as the
+basket. However, Tarantella has its own problems (security as well as the
high price). But at the same time somebody told me about this "great little
administrator's tool" named VNC. Being used to windows programs' sizes, the
surprise was reciprocal inverse to the size of VNC!
@@ -326,7 +326,7 @@ I am always amazed how people react whenever Microsoft(tm) puts in some
features into their products which were around for a long time. Especially
reporters seem to not know dick about what they are reporting about! But
what is every time annoying again, is that they don't do it right. Every
-concept has it's new name (remember what enumerators used to be until
+concept has its new name (remember what enumerators used to be until
Mickeysoft(tm) claimed that enumerators are what we thought were iterators.
Yeah right, enumerators are also containers. They are not separated. Muddy.)
@@ -393,7 +393,7 @@ The people at AT&T worked really well to produce something as clean and lean
as VNC. The managers decided that for their fame, they would release the
program for free. But not only that! They realized that by releasing also
the code for free, VNC would become an evolving little child, conquering
-new worlds, making it's parents very proud. As well they can be! To protect
+new worlds, making its parents very proud. As well they can be! To protect
this innovation, they decided to make it GPL, not BSD. The principal
difference is: You can make closed source programs deriving from BSD, not
from GPL. You have to give proper credit with both.