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

bluegr noreply at scummvm.org
Sat Aug 3 12:59:01 UTC 2024


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

Summary:
dd69283d4a JANITORIAL: DREAMWEB: Fix typo in comment


Commit: dd69283d4ab5244a214f9b618bfa67ea3928f3b5
    https://github.com/scummvm/scummvm/commit/dd69283d4ab5244a214f9b618bfa67ea3928f3b5
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-03T15:58:58+03:00

Commit Message:
JANITORIAL: DREAMWEB: Fix typo in comment

Changed paths:
    engines/dreamweb/dreamweb.h


diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index acfabdb11ef..cc60d4c36dd 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -146,7 +146,7 @@ public:
 	const Common::Path& getSpeechDirName() { return _speechDirName; }
 
 private:
-	// Keyboard buffer. _bufferIn and _bufferOut are indexes
+	// Keyboard buffer. _bufferIn and _bufferOut are indices
 	// into this, making it a ring buffer
 	uint8 _keyBuffer[16];
 	uint16 _bufferIn;




More information about the Scummvm-git-logs mailing list