vagrantc pushed a commit to branch master
in repository guix.
commit ae03ce0f2f792b5c0f862c37ef79fad5adee202d
Author: Vagrant Cascadian <[email protected]>
Date: Wed May 22 16:54:48 2019 -0700
gnu: go-github-com-google-cadvisor: Fix typo "performance".
* gnu/packages/golang (go-github-com-google-cadvisor)[description]: Fix
typo.
---
gnu/packages/golang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bbdbb2e..42a194b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1512,7 +1512,7 @@ with the HTTP protocol definition.")
(home-page "https://github.com/google/cadvisor")
(synopsis "Analyze resource usage of running containers")
(description "The package provides @code{cadvisor}, which provides
-information about the resource usage and preformance characteristics of running
+information about the resource usage and performance characteristics of running
containers.")
(license license:asl2.0))))