Browse Source

Fix typos.

Refs #2837
mark_story 12 years ago
parent
commit
c3e396861f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Entity.php

+ 1 - 1
src/ORM/Entity.php

@@ -704,7 +704,7 @@ class Entity implements \ArrayAccess, \JsonSerializable {
 	}
 
 /**
- * Returns a string representation of this object in a humna readable format.
+ * Returns a string representation of this object in an easier to read format.
  *
  * @return string
  */