[Scummvm-git-logs] scummvm-tools master -> f38b616edd7f5158f8b565f715820020a5016824
sev-
noreply at scummvm.org
Sun Oct 23 19:44:24 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
f38b616edd TOOLS: Fix typos in comments (#48)
Commit: f38b616edd7f5158f8b565f715820020a5016824
https://github.com/scummvm/scummvm-tools/commit/f38b616edd7f5158f8b565f715820020a5016824
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-10-23T21:44:22+02:00
Commit Message:
TOOLS: Fix typos in comments (#48)
Changed paths:
engines/sci/attic/graphics_png.h
engines/scumm/extract_scumm_mac.cpp
example_tool.cpp
tool.h
diff --git a/engines/sci/attic/graphics_png.h b/engines/sci/attic/graphics_png.h
index 505adfe8..df4e7706 100644
--- a/engines/sci/attic/graphics_png.h
+++ b/engines/sci/attic/graphics_png.h
@@ -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_
diff --git a/engines/scumm/extract_scumm_mac.cpp b/engines/scumm/extract_scumm_mac.cpp
index 29920f4d..d2a38b53 100644
--- a/engines/scumm/extract_scumm_mac.cpp
+++ b/engines/scumm/extract_scumm_mac.cpp
@@ -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"
diff --git a/example_tool.cpp b/example_tool.cpp
index 753a7a59..d98a6488 100644
--- a/example_tool.cpp
+++ b/example_tool.cpp
@@ -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());
diff --git a/tool.h b/tool.h
index 2013d23c..e70523c3 100644
--- a/tool.h
+++ b/tool.h
@@ -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 {
More information about the Scummvm-git-logs
mailing list