summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
committerPeter Simons <simons@cryp.to>2015-01-01 15:45:32 +0100
commit56692eec7c8830235aa7b4281e05baa9ce8cca01 (patch)
treeb8d7f1aae0703dc28a74bc9e7ce416991ceee6ad /pkgs/top-level
parentab5e2b46ab0ca050bf69b57acb03e7e93d8a11ac (diff)
downloadnixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar.gz
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar.bz2
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar.lz
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar.xz
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.tar.zst
nixlib-56692eec7c8830235aa7b4281e05baa9ce8cca01.zip
Fix user-facing typos (mainly in descriptions)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix2
-rw-r--r--pkgs/top-level/python-packages.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 812af3e4c3e7..813284ede8f8 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -5904,7 +5904,7 @@ let self = _self // overrides; _self = with self; {
     buildInputs = [ TestFatal ];
     propagatedBuildInputs = [ ClassMethodModifiers DevelGlobalDestruction ImportInto ModuleRuntime RoleTiny strictures ];
     meta = {
-      description = "Minimalist Object Orientation (with Moose compatiblity)";
+      description = "Minimalist Object Orientation (with Moose compatibility)";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };
   };
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 172643e12d47..ee02edbe0142 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -666,7 +666,7 @@ let
 
     meta = with stdenv.lib; {
       homepage = https://github.com/nicolargo/batinfo;
-      description = "A simple Python lib to retreive battery information";
+      description = "A simple Python lib to retrieve battery information";
       license = licenses.lgpl3;
       platforms = platforms.all;
       maintainers = [ maintainers.koral ];
@@ -12060,7 +12060,7 @@ let
     buildInputs = with self; [ requests gevent ];
 
     meta = {
-      description = "GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily.";
+      description = "GRequests allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.";
       homepage = https://github.com/kennethreitz/grequests;
       license = "bsd";
       maintainers = [ stdenv.lib.maintainers.matejc ];