1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 20:16:03 +01:00

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");