about summary refs log tree commit diff
path: root/nixos/modules/services/misc/wastebin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/wastebin.nix')
-rw-r--r--nixos/modules/services/misc/wastebin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/wastebin.nix b/nixos/modules/services/misc/wastebin.nix
index 3d0af2862683d..f24bf94fa52bb 100644
--- a/nixos/modules/services/misc/wastebin.nix
+++ b/nixos/modules/services/misc/wastebin.nix
@@ -10,7 +10,7 @@ in
 
   options.services.wastebin = {
 
-    enable = mkEnableOption "Wastenbin pastebin service";
+    enable = mkEnableOption "Wastebin, a pastebin service";
 
     package = mkPackageOption pkgs "wastebin" { };