summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2012-03-02 10:23:03 +0100
committerJurriaan Pruis <[email protected]>2012-03-02 10:23:03 +0100
commitca7248353d295c74f3dff7e8e003044849c026e7 (patch)
treecd4e3c831f5037c62f2e33d0134a223ad5c1f423 /test
parent99e0fd6d70b48df1e09b6f234b2512893eae9ff6 (diff)
downloadcaxlsx-ca7248353d295c74f3dff7e8e003044849c026e7.tar.gz
caxlsx-ca7248353d295c74f3dff7e8e003044849c026e7.zip
epoc => epoch
Diffstat (limited to 'test')
-rw-r--r--test/workbook/worksheet/tc_date_time_converter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_date_time_converter.rb b/test/workbook/worksheet/tc_date_time_converter.rb
index 529da917..c78e51eb 100644
--- a/test/workbook/worksheet/tc_date_time_converter.rb
+++ b/test/workbook/worksheet/tc_date_time_converter.rb
@@ -88,7 +88,7 @@ class TestDateTimeConverter < Test::Unit::TestCase
def test_time_to_serial_1904
Axlsx::Workbook.date1904 = true
- # ruby 1.8.7 cannot parse dates prior to epoc. see http://ruby-doc.org/core-1.8.7/Time.html
+ # ruby 1.8.7 cannot parse dates prior to epoch. see http://ruby-doc.org/core-1.8.7/Time.html
tests = if @extended_time_range
{ # examples taken straight from the spec