[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: lxcfs: Fix typos in description.
From: |
guix-commits |
Subject: |
02/05: gnu: lxcfs: Fix typos in description. |
Date: |
Mon, 21 Jun 2021 12:45:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 98ae5c9d8493189007221e2f9ac5dacbcd2a1a3b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 21 14:33:57 2021 +0200
gnu: lxcfs: Fix typos in description.
* gnu/packages/virtualization.scm (lxcfs)[synopsis, description]: Fix typos.
---
gnu/packages/virtualization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 600e4f4..f144671 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1063,10 +1063,10 @@ manage system or application containers.")
(inputs
`(("fuse" ,fuse)))
(build-system gnu-build-system)
- (synopsis "FUSE based filesystem for LXC")
- (description "LXCFS is a small FUSE filesystem written with the intention
+ (synopsis "FUSE-based file system for LXC")
+ (description "LXCFS is a small FUSE file system written with the intention
of making Linux containers feel more like a virtual machine.
-It started as a side-project of LXC but is useable by any runtime.")
+It started as a side project of LXC but can be used by any run-time.")
(license license:lgpl2.1+)))
(define-public libvirt