mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
TOOLS: Fix typos in comments (#48)
This commit is contained in:
@@ -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_
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user