summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoe Edmonds <joe-github-com@elem.com>2020-10-22 09:34:21 -0700
committerGitHub <noreply@github.com>2020-10-22 09:34:21 -0700
commit1d420c8115ead38afd2c4ab235af3d009919a364 (patch)
tree3ef576872d95aae2df010232763b00ef665d7298
parent7cf2a6d2846f8f8033e05ec9543f0a8dd73d514b (diff)
downloadnixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar.gz
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar.bz2
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar.lz
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar.xz
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.tar.zst
nixpkgs-1d420c8115ead38afd2c4ab235af3d009919a364.zip
nixos/ssmtp: minor typo fix
-rw-r--r--nixos/modules/programs/ssmtp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/ssmtp.nix b/nixos/modules/programs/ssmtp.nix
index 15d2750c193..98ff21bd37f 100644
--- a/nixos/modules/programs/ssmtp.nix
+++ b/nixos/modules/programs/ssmtp.nix
@@ -1,6 +1,6 @@
 # Configuration for `ssmtp', a trivial mail transfer agent that can
 # replace sendmail/postfix on simple systems.  It delivers email
-# directly to an SMTP server defined in its configuration file, wihout
+# directly to an SMTP server defined in its configuration file, without
 # queueing mail locally.
 
 { config, lib, pkgs, ... }: