diff --git a/user_io.cpp b/user_io.cpp index 031de5a..9b7dc31 100644 --- a/user_io.cpp +++ b/user_io.cpp @@ -2492,7 +2492,7 @@ void user_io_kbd(uint16_t key, int press) if (ms==NULL) { printf("problem with scaler, maybe not a new enough version\n"); - Info("Scalar not compatible"); + Info("Scaler not compatible"); } unsigned char *outputbuf = (unsigned char *)calloc(ms->width*ms->height*3,1); mister_scaler_read(ms,outputbuf);