diff options
author | Michael Adam <obnox@samba.org> | 2009-10-10 22:25:03 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-10-10 22:25:03 +0200 |
commit | f46aeca9a583821d34e0cd9925a03475fe8e345d (patch) | |
tree | ceff17438e38fa376b8b9c764f5f19cb3b397066 | |
parent | 03b8e8bc198c83beda85942ff73d401bc4afb79e (diff) | |
download | tinyproxy-f46aeca9a583821d34e0cd9925a03475fe8e345d.tar.gz tinyproxy-f46aeca9a583821d34e0cd9925a03475fe8e345d.zip |
Fix a typo in the tinyproxy.conf template.
-rw-r--r-- | etc/tinyproxy.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 1bc2eaa..560babc 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -103,7 +103,7 @@ Logfile "@localstatedir@/log/tinyproxy.log" # Info (most verbose) # # The LogLevel logs from the set level and above. For example, if the -# LogLevel was set to Warning, than all log messages from Warning to +# LogLevel was set to Warning, then all log messages from Warning to # Critical would be output, but Notice and below would be suppressed. # LogLevel Info |