public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Fix minor spelling error in Logging module

Signed-off-by: Wincent Colaiuta <win@wincent.com>
wincent (author)
Sun Mar 02 16:58:06 -0800 2008
macournoyer (committer)
Sun Mar 02 17:07:01 -0800 2008
commit  e546c5da487d51056631ac49caf9e699da6b1808
tree    9aefc467a1530f1e9db5c5466fa4b218effb68f1
parent  59a972ced83e99eec7e95896fc5a6bdc32aa9ca6
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 module Thin
0
   # To be included in classes to allow some basic logging
0
- # that can be silented (<tt>Logging.silent=</tt>) or made
0
+ # that can be silenced (<tt>Logging.silent=</tt>) or made
0
   # more verbose.
0
   # <tt>Logging.debug=</tt>: log all error backtrace and messages
0
   # logged with +debug+.

Comments

    No one has commented yet.