From f678263ecf5b347ed98d2a187d37d052c4f71b0c Mon Sep 17 00:00:00 2001 From: Josh Romer Date: Wed, 24 Sep 2025 01:52:29 -0400 Subject: [PATCH] mpvpaper: fix typos --- modules/programs/mpvpaper.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/mpvpaper.nix b/modules/programs/mpvpaper.nix index e08b2c30..a4cc8af4 100644 --- a/modules/programs/mpvpaper.nix +++ b/modules/programs/mpvpaper.nix @@ -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. ''; }; };