[Scummvm-git-logs] scummvm master -> 38a17a9d0f30a9a9bcb5ef615be9866fc8b1e5d3

bluegr noreply at scummvm.org
Wed Dec 25 16:02:08 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:
38a17a9d0f JANITORIAL: TITANIC: Fix typos


Commit: 38a17a9d0f30a9a9bcb5ef615be9866fc8b1e5d3
    https://github.com/scummvm/scummvm/commit/38a17a9d0f30a9a9bcb5ef615be9866fc8b1e5d3
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T18:02:05+02:00

Commit Message:
JANITORIAL: TITANIC: Fix typos

Changed paths:
    engines/titanic/support/fixed_queue.h


diff --git a/engines/titanic/support/fixed_queue.h b/engines/titanic/support/fixed_queue.h
index 16679db36b2..cb6c8f0ab7d 100644
--- a/engines/titanic/support/fixed_queue.h
+++ b/engines/titanic/support/fixed_queue.h
@@ -28,7 +28,7 @@
 namespace Titanic {
 
 /**
- * Extremly simple fixed size queue class.
+ * Extremely simple fixed size queue class.
  */
 template<class T, uint MAX_SIZE = 10>
 class FixedQueue {




More information about the Scummvm-git-logs mailing list