summary refs log tree commit diff
path: root/nixos/doc/manual/development/reviewing-contributions.xml
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-10-05 10:40:32 +0200
committerGitHub <noreply@github.com>2016-10-05 10:40:32 +0200
commit0a0347c589b5f6b752037c2b770b83ed7b2ab72d (patch)
tree6fc138301c1ee58d90c5a90bfcfacd5de18d0eeb /nixos/doc/manual/development/reviewing-contributions.xml
parent2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c (diff)
downloadnixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar.gz
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar.bz2
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar.lz
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar.xz
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.tar.zst
nixpkgs-0a0347c589b5f6b752037c2b770b83ed7b2ab72d.zip
reviewing-contributions.xml: fix typo
Diffstat (limited to 'nixos/doc/manual/development/reviewing-contributions.xml')
-rw-r--r--nixos/doc/manual/development/reviewing-contributions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/reviewing-contributions.xml b/nixos/doc/manual/development/reviewing-contributions.xml
index d13b40baeb6..f86928bcd5d 100644
--- a/nixos/doc/manual/development/reviewing-contributions.xml
+++ b/nixos/doc/manual/development/reviewing-contributions.xml
@@ -212,7 +212,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
 - [ ] build time only dependencies are declared in `nativeBuildInputs`
 - [ ] source is fetched using the appropriate function
 - [ ] phases are respected
-- [ ] patches that are remotely available are fetched with `fetchPatch`
+- [ ] patches that are remotely available are fetched with `fetchpatch`
 
 ##### Possible improvements