]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add missing word to comment
authorKeith Rogers <git@keithrogers.eu>
Thu, 27 Jul 2017 23:38:40 +0000 (00:38 +0100)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 9 Aug 2017 12:29:01 +0000 (15:29 +0300)
src/lib/duration/constructor.js

index 5c97ef1087a82d869504b613267826a91638d5fb..2d86d5e2c009473454eb172b0080d114ca9ec02a 100644 (file)
@@ -25,7 +25,7 @@ export function Duration (duration) {
     // day when working around DST, we need to store them separately
     this._days = +days +
         weeks * 7;
-    // It is impossible translate months into days without knowing
+    // It is impossible to translate months into days without knowing
     // which months you are are talking about, so we have to store
     // it separately.
     this._months = +months +