diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-01-30 15:25:31 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-30 15:27:31 -0800 |
commit | 9ea68dd7be9627d2a6d8bbc21065e075439d15de (patch) | |
tree | a01f7727fe1447458ea267b6d0b265c17122f710 | |
parent | 8ccc77a4c401e089131dbb06e4bdbca9073d9ba5 (diff) | |
download | guix-9ea68dd7be9627d2a6d8bbc21065e075439d15de.tar guix-9ea68dd7be9627d2a6d8bbc21065e075439d15de.tar.gz |
services: getmail: Fix spelling of "address".
* gnu/services/getmail (getmail-retriever-configuration): Fix typo.
-rw-r--r-- | gnu/services/getmail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/getmail.scm b/gnu/services/getmail.scm index 7d77888517..933d820bc5 100644 --- a/gnu/services/getmail.scm +++ b/gnu/services/getmail.scm @@ -112,7 +112,7 @@ @samp{passwd} and @samp{static}.") (server (string 'unset) - "Name or IP adddress of the server to retrieve mail from.") + "Name or IP address of the server to retrieve mail from.") (username (string 'unset) "Username to login to the mail server with.") |