tiny misprint

This commit is contained in:
sentenzo 2015-05-28 17:23:02 +03:00
parent d313f94e55
commit 2727daee47
1 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ $(document).ready(function() {
// use stderror for logging // use stderror for logging
setStderrLogger(); setStderrLogger();
// set log level // set log level
setLogLevel(LogLeve.Debug); setLogLevel(LogLevel.Debug);
// usage: // usage:
@ -321,4 +321,4 @@ setLogLevel(LogLeve.Debug);
</section> </section>
</div> </div>
</body> </body>
</html> </html>