mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
Fix a typo detected by lintian(1)
unkown -> unknown
This commit is contained in:
@@ -67,6 +67,6 @@ log_priority_to_str(const int priority)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return "unkown";
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user