JANITORIAL: Fix managment typo in str.h

This commit is contained in:
Hubert Maier 2024-05-14 09:01:35 +02:00 committed by Eugene Sandulenko
parent 496a534907
commit f4e2654fde

View File

@ -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.
*