diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:54:48 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:54 -0700 |
commit | ae03ce0f2f792b5c0f862c37ef79fad5adee202d (patch) | |
tree | 5dcbaba3e25a76ccd5845adb9f1fac67e09bd285 /gnu | |
parent | ce97f336563fc590af49b8b776552ed92695c52e (diff) | |
download | guix-ae03ce0f2f792b5c0f862c37ef79fad5adee202d.tar guix-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')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
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)))) |