Codefix: typos in comments and strings
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
/** The type of action 5 type. */
|
||||
enum Action5BlockType : uint8_t {
|
||||
A5BLOCK_FIXED, ///< Only allow replacing a whole block of sprites. (TTDP compatible)
|
||||
A5BLOCK_ALLOW_OFFSET, ///< Allow replacing any subset by specifiing an offset.
|
||||
A5BLOCK_ALLOW_OFFSET, ///< Allow replacing any subset by specifying an offset.
|
||||
A5BLOCK_INVALID, ///< unknown/not-implemented type
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user