From 0a0347c589b5f6b752037c2b770b83ed7b2ab72d Mon Sep 17 00:00:00 2001 From: Alexander Ried Date: Wed, 5 Oct 2016 10:40:32 +0200 Subject: [PATCH] reviewing-contributions.xml: fix typo --- nixos/doc/manual/development/reviewing-contributions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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