Minor typo correction.

This commit is contained in:
MobiusDevelopment
2022-09-27 21:36:37 +00:00
parent 987be7ad56
commit 9cdf0e3f98
58 changed files with 58 additions and 58 deletions

View File

@@ -77,7 +77,7 @@ public class GameTimeTaskManager extends Thread
}
catch (InterruptedException e)
{
// Ingore.
// Ignore.
}
}
}

View File

@@ -63,7 +63,7 @@ public class MovementTaskManager extends Thread
}
catch (InterruptedException e)
{
// Ingore.
// Ignore.
}
}
}