Fix typos with codespell
Using codespell 2.2-dev from current git.
This commit is contained in:
parent
ad8c50a49c
commit
9923851370
18 changed files with 25 additions and 25 deletions
|
|
@ -172,7 +172,7 @@ void RotatedFileLogger::rotate_file() {
|
|||
}
|
||||
|
||||
file = FileAccess::open(base_path, FileAccess::WRITE);
|
||||
file->detach_from_objectdb(); // Note: This FileAccess instance will exist longer than ObjectDB, therefor can't be registered in ObjectDB.
|
||||
file->detach_from_objectdb(); // Note: This FileAccess instance will exist longer than ObjectDB, therefore can't be registered in ObjectDB.
|
||||
}
|
||||
|
||||
RotatedFileLogger::RotatedFileLogger(const String &p_base_path, int p_max_files) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue