From f4e2654fde764032d0abadf8efe7f7d9190717d0 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Tue, 14 May 2024 09:01:35 +0200 Subject: [PATCH] JANITORIAL: Fix managment typo in str.h --- devtools/create_mm/create_xeen/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/create_mm/create_xeen/str.h b/devtools/create_mm/create_xeen/str.h index 3e73750e485..42da61b8b81 100644 --- a/devtools/create_mm/create_xeen/str.h +++ b/devtools/create_mm/create_xeen/str.h @@ -29,7 +29,7 @@ namespace Common { /** - * Simple string class for ScummVM. Provides automatic storage managment, + * Simple string class for ScummVM. Provides automatic storage management, * and overloads several operators in a 'natural' fashion, mimicking * the std::string class. Even provides simple iterators. *