TOOLS: Fix typos in comments (#48)

This commit is contained in:
Hubert Maier
2022-10-23 21:44:22 +02:00
committed by GitHub
parent f2361f549f
commit f38b616edd
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
*
*/
/* Provides facilities for writing pictures and seperate views to .png files */
/* Provides facilities for writing pictures and separate views to .png files */
#ifndef _SCI_GRAPHICS_PNG_H_
+1 -1
View File
@@ -19,7 +19,7 @@
*
*/
/* Split one-big-file Macintosh game data into seperate .00x files for ScummVM */
/* Split one-big-file Macintosh game data into separate .00x files for ScummVM */
#include "extract_scumm_mac.h"
+1 -1
View File
@@ -149,7 +149,7 @@ void CompressionExample::execute() {
if (_outputFiles) {
File out(_outputPath.getPath() + outname.str() + ".exo", "w");
// What we actually do, output some text alot
// What we actually do, output some text a lot
for (size_t j = 0; j < 100; ++j) {
if (i < in1.size())
out.write(text1.c_str(), 1, text1.size());
+1 -1
View File
@@ -53,7 +53,7 @@ enum InspectionMatch {
};
/**
* Describes a possible input to the tool (since some take two seperate files,
* Describes a possible input to the tool (since some take two separate files,
* some a dir and some a single file.
*/
struct ToolInput {