summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:54:48 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:54 -0700
commitae03ce0f2f792b5c0f862c37ef79fad5adee202d (patch)
tree5dcbaba3e25a76ccd5845adb9f1fac67e09bd285 /gnu/packages/golang.scm
parentce97f336563fc590af49b8b776552ed92695c52e (diff)
downloadguix-patches-ae03ce0f2f792b5c0f862c37ef79fad5adee202d.tar
guix-patches-ae03ce0f2f792b5c0f862c37ef79fad5adee202d.tar.gz
gnu: go-github-com-google-cadvisor: Fix typo "performance".
* gnu/packages/golang (go-github-com-google-cadvisor)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index bbdbb2eb02..42a194b076 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))))