aboutsummaryrefslogtreecommitdiff
path: root/src/nix/doctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/doctor.cc')
-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");