File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ std::string read_config()
301301 fclose (in);
302302 return std::string (projectM_home);
303303 }
304- else {printf (" This shouldn't happen, using implementation defualts \n " );abort ();}
304+ else {printf (" This shouldn't happen, using implementation defaults \n " );abort ();}
305305 }
306306 else {printf (" Cannot find projectM default config, using implementation defaults\n " );abort ();}
307307 }
@@ -312,7 +312,7 @@ std::string read_config()
312312 { printf (" Successfully opened default config file\n " );
313313 fclose (in);
314314 return std::string (projectM_config);}
315- else { printf (" Using implementation defaults, your system is really messed up, I'm suprised we even got this far\n " ); abort ();}
315+ else { printf (" Using implementation defaults, your system is really messed up, I'm surprised we even got this far\n " ); abort ();}
316316
317317 }
318318
You can’t perform that action at this time.
0 commit comments