Skip to content

Commit 5ab4b34

Browse files
authored
Fix spelling errors (#392)
1 parent 000b437 commit 5ab4b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projectM-libvisual/actor_projectM.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)