diff --git a/documentation/trunk/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki b/documentation/trunk/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki
index 27c93c05..9c3ba152 100644
--- a/documentation/trunk/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki
+++ b/documentation/trunk/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki
@@ -7,7 +7,7 @@ Such objects are called the '''direct instances''' of the class. Classes and obj
{{info|"Object-Oriented" is a misnomer; "Class-Oriented Analysis, Design and Programming" would be a more accurate description of the method. }}
-To see what a class looks like, let us look at a simple example, ACCOUNT, which describes bank accounts. But before exploring the class itself it is useful to study how it maybe used by other classes, called it's '''clients'''.
+To see what a class looks like, let us look at a simple example, ACCOUNT, which describes bank accounts. But before exploring the class itself it is useful to study how it maybe used by other classes, called its '''clients'''.
A class X may become a client of ACCOUNT by declaring one or more '''entities''' of type ACCOUNT. Such a declaration is of the form:
acc: ACCOUNT