Fix a typo detected by lintian(1)
unkown -> unknown
This commit is contained in:
parent
df51859d74
commit
2faa532826
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ log_priority_to_str(const int priority)
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return "unkown";
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue