aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-06-23 22:19:14 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-06-23 22:19:14 +0200
commit96c6b08ed7f99be84cb1816515a368392d19dbb5 (patch)
treeef3e3cc2fe764560b8c402b0a00b7affd855b7e3 /src
parentd4fe9daed6f48ebdcea18a1952cbecd30a846e70 (diff)
nix doctor: Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/nix/doctor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/doctor.cc b/src/nix/doctor.cc
index f2cf04758..98260127b 100644
--- a/src/nix/doctor.cc
+++ b/src/nix/doctor.cc
@@ -116,4 +116,4 @@ struct CmdDoctor : StoreCommand
}
};
-static auto r1 = registerCommand<CmdDoctor>("doctore");
+static auto r1 = registerCommand<CmdDoctor>("doctor");