From 300e71cbdea7d034b61832a28634662ef0395a5f Mon Sep 17 00:00:00 2001 From: Antonio Carzaniga Date: Thu, 5 Dec 2019 16:39:55 +0100 Subject: [PATCH] fixed typo in error message. --- balls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balls.c b/balls.c index 427fc1e..b507d59 100644 --- a/balls.c +++ b/balls.c @@ -356,7 +356,7 @@ void init_graphics() { default: cairo_surface_destroy (face_surface); face_surface = 0; - fprintf(stderr, "could not create sorfece from PNG file %s\n", face_filename); + fprintf(stderr, "could not create surface from PNG file %s\n", face_filename); } } else face_surface = 0;