nixos/logrotate: Fix spelling mistake

This commit is contained in:
Rickard Nilsson 2014-10-16 08:20:43 +02:00
parent 91be9d5796
commit 135d677690

View File

@ -21,7 +21,7 @@ in
config = mkOption {
default = "";
type = type.lines;
type = types.lines;
description = ''
The contents of the logrotate config file
'';