mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:53:53 +01:00
Fix typo
This commit is contained in:
parent
a9b6ac1ac8
commit
85a555444f
@ -250,7 +250,7 @@ zathura_page_widget_expose(GtkWidget* widget, GdkEventExpose* event)
|
|||||||
{
|
{
|
||||||
cairo_t* cairo = gdk_cairo_create(gtk_widget_get_window(widget));
|
cairo_t* cairo = gdk_cairo_create(gtk_widget_get_window(widget));
|
||||||
if (cairo == NULL) {
|
if (cairo == NULL) {
|
||||||
girara_error("Could not retreive cairo object");
|
girara_error("Could not retrieve cairo object");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user