diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-10-03 13:45:35 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-10-03 13:45:35 +0200 |
commit | fe0fef990bd0c11934ce48da407b51906a2c862e (patch) | |
tree | bd5308f0fd04f50d899f7ce2ba546f24c904328f | |
parent | 76884f2dae8556d52be6c97e66a3171a94ef8420 (diff) | |
download | smokeping-fe0fef990bd0c11934ce48da407b51906a2c862e.tar.gz smokeping-fe0fef990bd0c11934ce48da407b51906a2c862e.tar.xz |
* (trunk/)
lib/Smokeping.pm:
+ fixed a typo
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index dd2df9e..87f8a13 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -1788,7 +1788,7 @@ debugging. If this variable is set to 'no', the program name will not be modified. The only reason you would want this is if you have a very old version of the CGI::Carp module. See L<the installation document|smokeping_install> for details. -DOC, +DOC _default => 'yes', }, tmail => |