mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 02:24:56 +01:00
Fix typo
This commit is contained in:
parent
a9b6ac1ac8
commit
85a555444f
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ zathura_page_widget_expose(GtkWidget* widget, GdkEventExpose* event)
|
|||
{
|
||||
cairo_t* cairo = gdk_cairo_create(gtk_widget_get_window(widget));
|
||||
if (cairo == NULL) {
|
||||
girara_error("Could not retreive cairo object");
|
||||
girara_error("Could not retrieve cairo object");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue