diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-12 15:41:49 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-12 15:41:49 +0000 |
commit | 601712f0a3adaeb0147c62e999f87b8efbb7623d (patch) | |
tree | bf17d75883ed81686dadc0bd64b606cd55fb3351 /debian/pingd.conf | |
parent | 9de7479d3f4cbe0be0a7aa9cbe38623aa03d6269 (diff) |
Spelling fixes.
seperate_rlists was renamed to separate_rlists.
Diffstat (limited to 'debian/pingd.conf')
-rw-r--r-- | debian/pingd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pingd.conf b/debian/pingd.conf index 49dd1a9..d1bebf4 100644 --- a/debian/pingd.conf +++ b/debian/pingd.conf @@ -3,7 +3,7 @@ # see man pingd.conf(5) for a list of all available configuration options. $CONFIG = { - 'seperate_rlists' => 0, + 'separate_rlists' => 0, 'combined_list' => 0, }; |