[Scummvm-git-logs] scummvm master -> 7eed14614b27e61e3f17361c6298b0f59ec77237

bonki bonki at users.noreply.github.com
Thu Mar 29 00:17:26 CEST 2018


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:
7eed14614b JANITORIAL: Fix typo


Commit: 7eed14614b27e61e3f17361c6298b0f59ec77237
    https://github.com/scummvm/scummvm/commit/7eed14614b27e61e3f17361c6298b0f59ec77237
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-29T00:16:57+02:00

Commit Message:
JANITORIAL: Fix typo

Changed paths:
    engines/prince/resource.h


diff --git a/engines/prince/resource.h b/engines/prince/resource.h
index 96bc2ea..6c823a7 100644
--- a/engines/prince/resource.h
+++ b/engines/prince/resource.h
@@ -81,7 +81,7 @@ namespace Resource {
 			return false;
 		}
 
-		// FIXME: This is stupid. Maybe loadFromStream should be helper method that returns initiailzed object
+		// FIXME: This is stupid. Maybe loadFromStream should be helper method that returns initialized object
 		while (true) {
 			T* t = new T();
 			if (!t->loadFromStream(*stream)) {





More information about the Scummvm-git-logs mailing list