From a5b420bff70fd98a3626a1f04a872861ebbfcbf2 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 17 Apr 2010 19:43:41 -0400 Subject: [PATCH] typo --- lib/gollum/wiki.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 1c23f3ff..9a827e21 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -36,7 +36,7 @@ module Gollum # data - The new String contents of the page. # commit - The commit Hash details: # :message - The String commit message. - # :author - The String author full name. + # :name - The String author full name. # :email - The String email address. # # Returns the String SHA1 of the newly written version. @@ -57,7 +57,7 @@ module Gollum # data - The new String contents of the page. # commit - The commit Hash details: # :message - The String commit message. - # :author - The String author full name. + # :name - The String author full name. # :email - The String email address. # # Returns the String SHA1 of the newly written version.