From f91e287207f6af47e0e7e0e926cf694bf2c90fb1 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Mon, 14 Apr 2014 19:52:19 +0200 Subject: [PATCH] Fix typo --- lib/common/models/wp_user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/models/wp_user.rb b/lib/common/models/wp_user.rb index 6b950557..99f19766 100755 --- a/lib/common/models/wp_user.rb +++ b/lib/common/models/wp_user.rb @@ -12,7 +12,7 @@ class WpUser < WpItem # @return [ Array ] def allowed_options; [:id, :login, :display_name, :password] end - # @return [ URI ] The uri to the auhor page + # @return [ URI ] The uri to the author page def uri if id return @uri.merge("?author=#{id}")