nix doctor: Fix typo

This commit is contained in:
Eelco Dolstra 2019-06-23 22:19:14 +02:00
parent d4fe9daed6
commit 96c6b08ed7

View file

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