nix doctor: Fix typo

(cherry picked from commit 96c6b08ed7)
This commit is contained in:
Eelco Dolstra 2019-06-23 22:19:14 +02:00
parent 47a937d512
commit 80ab95315d
1 changed files with 1 additions and 1 deletions

View File

@ -131,4 +131,4 @@ struct CmdDoctor : StoreCommand
}
};
static auto r1 = registerCommand<CmdDoctor>("doctore");
static auto r1 = registerCommand<CmdDoctor>("doctor");