nix doctor: Fix typo

(cherry picked from commit 96c6b08ed7)
This commit is contained in:
Eelco Dolstra
2019-12-05 20:40:52 +01:00
parent 47a937d512
commit 80ab95315d
+1 -1
View File
@@ -131,4 +131,4 @@ struct CmdDoctor : StoreCommand
}
};
static auto r1 = registerCommand<CmdDoctor>("doctore");
static auto r1 = registerCommand<CmdDoctor>("doctor");