From: Keith Rogers Date: Thu, 27 Jul 2017 23:38:40 +0000 (+0100) Subject: Add missing word to comment X-Git-Tag: 2.19.0~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad7ab5a6ffa4c1f4c6db798ba0f9cf72deebfc3;p=thirdparty%2Fmoment.git Add missing word to comment --- diff --git a/src/lib/duration/constructor.js b/src/lib/duration/constructor.js index 5c97ef108..2d86d5e2c 100644 --- a/src/lib/duration/constructor.js +++ b/src/lib/duration/constructor.js @@ -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 +