Fixed typo.
authorhiroto
Wed, 04 Sep 2013 11:47:40 +0900
changeset 35 e270ee970913
parent 34 ca41368a9be2
child 36 39fea9365f31
Fixed typo.
autotweet-php/src/Org/W3/AutotweetBundle/Entity/Talk.php
--- a/autotweet-php/src/Org/W3/AutotweetBundle/Entity/Talk.php	Wed Sep 04 11:45:37 2013 +0900
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Entity/Talk.php	Wed Sep 04 11:47:40 2013 +0900
@@ -239,7 +239,7 @@
      * @param string $author
      * @return Talk
      */
-    public function setAuther($author)
+    public function setAuthor($author)
     {
         $this->author = $author;