aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-05-09 19:12:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-05-09 19:12:55 +0000
commit3bdd4142f91c3f76a654879e2b616cc81ad119d5 (patch)
tree40a3ba4cf88918f1ec4ddfc63939b59a9f6dbbbf /fetchmailconf
parenta5f01074c84696bdf367853b441a77d605192354 (diff)
downloadfetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.tar.gz
fetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.tar.bz2
fetchmail-3bdd4142f91c3f76a654879e2b616cc81ad119d5.zip
Cosmetic fix.
svn path=/trunk/; revision=2469
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 313edf2b..c5b61131 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -19,7 +19,7 @@ class Configuration:
self.logfile = None # No logfile, initially
self.idfile = os.environ["HOME"] + "/.fetchids" # Default idfile, initially
self.postmaster = None # No last-resort address, initially
- self.bouncemail = TRUE # Vounce errors to users
+ self.bouncemail = TRUE # Bounce errors to users
self.properties = None # No exiguous properties
self.invisible = FALSE # Suppress Received line & spoof?
self.syslog = FALSE # Use syslogd for logging?