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;