mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:46:01 +01:00
Fix typo
This commit is contained in:
parent
e87ed2a5b3
commit
6f10064684
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ register_plugin(zathura_plugin_manager_t* plugin_manager, zathura_plugin_t* plug
|
|||
if (plugin_mapping_new(plugin_manager, type, plugin) == false) {
|
||||
girara_error("plugin: filetype already registered: %s", type);
|
||||
} else {
|
||||
girara_debug("plugin: filetype mapping addded: %s", type);
|
||||
girara_debug("plugin: filetype mapping added: %s", type);
|
||||
at_least_one = true;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue