[Scummvm-git-logs] scummvm master -> eb906bb6617236894ee443866b92a81136bcf438

salty-horse noreply at scummvm.org
Wed Jul 23 21:06:04 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
eb906bb661 JANITORIAL: Fix comment typos


Commit: eb906bb6617236894ee443866b92a81136bcf438
    https://github.com/scummvm/scummvm/commit/eb906bb6617236894ee443866b92a81136bcf438
Author: Ori Avtalion (ori at avtalion.name)
Date: 2025-07-24T00:05:38+03:00

Commit Message:
JANITORIAL: Fix comment typos

Changed paths:
    common/path.h
    engines/sky/sky.cpp


diff --git a/common/path.h b/common/path.h
index e679b068fec..11a729e5fba 100644
--- a/common/path.h
+++ b/common/path.h
@@ -419,7 +419,7 @@ public:
 
 	/**
 	 * Appends exactly one component, without any separators
-	 * and prepends a separator if necessarry
+	 * and prepends a separator if necessary
 	 */
 	WARN_UNUSED_RESULT Path appendComponent(const char *str) const;
 
diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp
index 003d78d49af..58d1b093e53 100644
--- a/engines/sky/sky.cpp
+++ b/engines/sky/sky.cpp
@@ -295,7 +295,7 @@ static const struct {
 	uint stringSectionIndexOffset;
 	// Offset to the font
 	uint fontOffset;
-	// Next one isn't strictly necessarry but makes logic simpler
+	// Next one isn't strictly necessary but makes logic simpler
 	// by allowing to read string block into memory as whole
 	// without any parsing. Just has to cover the block containing
 	// the strings. Reading more (up to whole file) is OK.




More information about the Scummvm-git-logs mailing list