diff --git a/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java b/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
index 6dc0dceb977ba21d97d5aee41aeb41d1346da814..5ae4b1a9cf2760461474aeffb071b542b2153064 100644
--- a/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
+++ b/Comparison/src/main/java/cz/fidentis/analyst/face/HumanFace.java
@@ -14,9 +14,9 @@ import java.io.InputStream;
  * <p>
  * Changes in the human face and its data structures (e.g., mesh model, etc.)
  * can be monitored by listeners. Listeners have to implement the 
- * {@link cz.fidentis.analyst.face.HumanFaceListener} iterface and they have to 
- * register using the {@link cz.fidentis.analyst.face.HumanFace#registerListener} method.
- * Then the are informed about changes in the human automatically via methods 
+ * {@link cz.fidentis.analyst.face.HumanFaceListener} iterface and they have to be
+ * registered using the {@link cz.fidentis.analyst.face.HumanFace#registerListener} method.
+ * Then they are informed about changes in the human automatically via methods 
  * prescribed by the interface.
  * </p>
  * <p>