aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/date.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/date.rb b/lib/date.rb
index 63bb9cae15..05b11d3176 100644
--- a/lib/date.rb
+++ b/lib/date.rb
@@ -1481,7 +1481,7 @@ class Date
# Dump to Marshal format.
def marshal_dump() [@ajd, @of, @sg] end
- # Load from Marshall format.
+ # Load from Marshal format.
def marshal_load(a)
@ajd, @of, @sg, = a
@__ca__ = {}