This commit is contained in:
Moritz Lipp 2012-03-22 18:23:33 +01:00
parent a9b6ac1ac8
commit 85a555444f

View File

@ -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;
}