summaryrefslogtreecommitdiffstats
path: root/nixos
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 /nixos
parent7cf2a6d2846f8f8033e05ec9543f0a8dd73d514b (diff)
nixos/ssmtp: minor typo fix
Diffstat (limited to 'nixos')
-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 15d2750c193f..98ff21bd37f2 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, ... }: