Fix a typo detected by lintian(1)
unkown -> unknown
This commit is contained in:
parent
df51859d74
commit
2faa532826
@ -67,6 +67,6 @@ log_priority_to_str(const int priority)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return "unkown";
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user