diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:45:45 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:47:01 +0200 |
| commit | df8afc5b87d816832119e4bdceed7243da657a5c (patch) | |
| tree | 262562b45dec15ba36ae1b46f70fd05d3b11e12d /gnu/packages/web.scm | |
| parent | e2871f7c271eae81035adfa10ec1b0b450ed08f1 (diff) | |
gnu: Fix some spelling errors.
* gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/virtualization.scm,
gnu/packages/vpn.scm, gnu/packages/weather.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Fix some spelling errors.
Change-Id: I52a8739a9c3b7dc2bd2d603ac9268c662a3ea2c5
Diffstat (limited to 'gnu/packages/web.scm')
| -rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 57e6b970be9..b9efd53cecb 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -806,7 +806,7 @@ ngx_http_accept_language_module~%") (_ "UNSUPPORTED")))) (string-append "--crossbuild=" system ":" release ":" machine)) - ;; The following are the args decribed on + ;; The following are the args described on ;; <https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus>. ;; Enabling --with-compat here and in the nginx package ;; would ensure binary compatibility even when using |
