mpvpaper: fix typos

This commit is contained in:
Josh Romer
2025-09-24 01:52:29 -04:00
committed by Austin Horstman
parent 6ce2e18007
commit f678263ecf

View File

@@ -31,7 +31,7 @@ in
'';
description = ''
List of program names that will cause mpvpaper to pause.
Programs must be separed by spaces or newlines.
Programs must be separated by spaces or newlines.
'';
};
stopList = mkOption {
@@ -44,7 +44,7 @@ in
'';
description = ''
List of program names that will cause mpvpaper to stop.
Programs must be separed by spaces or newlines.
Programs must be separated by spaces or newlines.
'';
};
};