Merge pull request #241505 from ShamrockLee/typo-mmm

treewide: fix typos (mmm -> mm)
This commit is contained in:
figsoda 2023-07-04 12:02:12 -04:00 committed by GitHub
commit d5390aa448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -225,7 +225,7 @@ stdenv.mkDerivation (rec {
meta = with lib; {
homepage = "https://www.perl.org/";
description = "The standard implementation of the Perl 5 programmming language";
description = "The standard implementation of the Perl 5 programming language";
license = licenses.artistic1;
maintainers = [ maintainers.eelco ];
platforms = platforms.all;

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Click params for commmand line interfaces to GeoJSON";
description = "Click params for command line interfaces to GeoJSON";
homepage = "https://github.com/mapbox/cligj";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];

View File

@ -18,7 +18,7 @@
, nixosTests
#
# By default unbound will not be built with systemd support. Unbound is a very
# commmon dependency. The transitive dependency closure of systemd also
# common dependency. The transitive dependency closure of systemd also
# contains unbound.
# Since most (all?) (lib)unbound users outside of the unbound daemon usage do
# not need the systemd integration it is likely best to just default to no