diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:56:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:33 +0200 |
commit | 6dbac0d2e4b9b90d5bc3784ee0b6fbf3156350e9 (patch) | |
tree | 31bcc29d180cc5660b7685c8da945a5adef7dffd /gnu/packages/disk.scm | |
parent | 816a5ecdc8286f3c26abfb1f1e7cab04b6b21803 (diff) | |
download | guix-6dbac0d2e4b9b90d5bc3784ee0b6fbf3156350e9.tar.gz |
gnu: gpart: Fix typo in description.
* gnu/packages/disk.scm (gpart)[description]: Fix my own typo.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 6b9a9e4812..bf0897b083 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -351,7 +351,7 @@ to disk. It should be stressed that gpart does a very heuristic job. It can easily be right in its guesswork but it can also be terribly wrong. Never believe its -output without any plausability checks.") +output without any plausibility checks.") (license license:gpl2+)))) (define-public gptfdisk |