summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Westbom <[email protected]>2013-07-31 10:20:06 -0400
committerMichael Westbom <[email protected]>2013-07-31 10:20:06 -0400
commit810e73a86aa4b90b30e4cd3bfbe9668b68063133 (patch)
treec636a25eb254e7a0b079f0152b8dce9bf5cd6e55
parent5eaff9477c4d088617ecbf0ff2577279f3ed5f93 (diff)
downloadcaxlsx-810e73a86aa4b90b30e4cd3bfbe9668b68063133.tar.gz
caxlsx-810e73a86aa4b90b30e4cd3bfbe9668b68063133.zip
Fix minor typo
-rw-r--r--lib/axlsx/stylesheet/styles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb
index 44ccb752..067ed1fa 100644
--- a/lib/axlsx/stylesheet/styles.rb
+++ b/lib/axlsx/stylesheet/styles.rb
@@ -183,7 +183,7 @@ module Axlsx
# :border=>Axlsx::STYLE_THIN_BORDER)
#
# # build your rows
- # ws.add_row ["Genreated At:", Time.now], :styles=>[nil, date_time]
+ # ws.add_row ["Generated At:", Time.now], :styles=>[nil, date_time]
# ws.add_row ["Previous Year Quarterly Profits (JPY)"], :style=>title
# ws.add_row ["Quarter", "Profit", "% of Total"], :style=>title
# ws.add_row ["Q1", 4000, 40], :style=>[title, currency, percent]