From 2d5b54784d552e720c4e400215f4b71fc3e456ab Mon Sep 17 00:00:00 2001 From: Tomas Volf Date: Thu, 31 Aug 2023 15:58:55 +0200 Subject: nongnu: packages: mozilla: Fix typos in the comments. * nongnu/packages/mozilla.scm (%firefox-esr-build-id, %firefox-build-id): Fix typos in the comments. Signed-off-by: Jonathan Brielmaier --- nongnu/packages/mozilla.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 3c8ba29..1e0f6e8 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -93,8 +93,8 @@ (base32 "0iccpdvc0kvpww5a31k9gjkqigyz016i7v80r9zamd34w4fl6mx4")))))) -;; Update this id with every firefox update to it's release date. -;; It's used for cache validation and therefor can lead to strange bugs. +;; Update this id with every firefox update to its release date. +;; It's used for cache validation and therefore can lead to strange bugs. (define %firefox-esr-build-id "20230829000000") (define-public firefox-esr @@ -510,8 +510,8 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n" ((firefox) out)) #t)))))) -;; Update this id with every firefox update to it's release date. -;; It's used for cache validation and therefor can lead to strange bugs. +;; Update this id with every firefox update to its release date. +;; It's used for cache validation and therefore can lead to strange bugs. (define %firefox-build-id "20230829000000") (define-public firefox -- cgit v1.2.3