From db166290088fb7d39d01f68b9860253893d4f1a7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 09:19:39 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. --- time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time.c') diff --git a/time.c b/time.c index 021421cdbf..1016537501 100644 --- a/time.c +++ b/time.c @@ -5801,7 +5801,7 @@ rb_time_zone_abbreviation(VALUE zone, VALUE time) * At loading marshaled data, a timezone name will be converted to a timezone * object by +find_timezone+ class method, if the method is defined. * - * Similary, that class method will be called when a timezone argument does + * Similarly, that class method will be called when a timezone argument does * not have the necessary methods mentioned above. */ -- cgit v1.2.3