From a8d90697cc22910b254a6c55d6a2b305ffb5cc63 Mon Sep 17 00:00:00 2001 From: Alan Steremberg Date: Wed, 8 May 2019 16:21:54 -0700 Subject: [PATCH] fixed spelling --- user_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);