Skip to content

Commit

Permalink
Fix a typo in the documentation
Browse files Browse the repository at this point in the history
Thanks to Reiner Dolp for reporting it.

Fixes #229
  • Loading branch information
egli committed Nov 29, 2016
1 parent db2a361 commit 3dac8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/liblouis.texi
Expand Up @@ -2778,7 +2778,7 @@ typedef enum
LOG_WARN = 30000,
LOG_ERROR = 40000,
LOG_FATAL = 50000,
LOG_OFF = 6000
LOG_OFF = 60000
@} logLevels;
void lou_setLogLevel (
logLevels level);
Expand Down

0 comments on commit 3dac8fc

Please sign in to comment.