mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
treewide: fix typos in comments (#413240)
This commit is contained in:
commit
6d9d3014ba
88 changed files with 110 additions and 110 deletions
|
@ -75,7 +75,7 @@ let
|
|||
if pos == null then "" else " at ${pos.file}:${toString pos.line}:${toString pos.column}";
|
||||
|
||||
# Internal functor to help for migrating functor.wrapped to functor.payload.elemType
|
||||
# Note that individual attributes can be overriden if needed.
|
||||
# Note that individual attributes can be overridden if needed.
|
||||
elemTypeFunctor =
|
||||
name:
|
||||
{ elemType, ... }@payload:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue