diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/admin.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 82b872d25c..d5e50faa15 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1540,7 +1540,7 @@ It can also list the processes responsible in a @command{top}-like table. A less common nmon feature is its ability to create highly detailed log files in @acronym{CSV, comma-separated values} format. These can be imported into spreadsheets or fed straight into an @acronym{RRD, round-robin database} using -@command{rrdtool} for further analyisis, or to create colourful graphs.") +@command{rrdtool} for further analysis, or to create colourful graphs.") (license license:gpl3+))) (define-public sipcalc @@ -5661,7 +5661,7 @@ disk utilization, priority, username, state, and exit code.") "/pkg/visitors" "/cmds/cbfs" "/cmds/create-ffs" - ;; TODO: Not packed yet in Guix, long jorney: + ;; TODO: Not packed yet in Guix, long journey: ;; - github.com/u-root/u-root ;; ;; "/cmds/fmap" |