diff options
| author | olegos2 <74909582+olegos2@users.noreply.github.com> | 2024-12-28 21:06:51 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 17:06:51 +0100 |
| commit | bb0a445a6b57091fe5b878b09668d25edcb1e7ee (patch) | |
| tree | a53672a36d16e92250ee6b004f4d542e0b92958b /src/box64context.c | |
| parent | 7157803c03560d9835b9eea72e4991a64458e44a (diff) | |
| download | box64-bb0a445a6b57091fe5b878b09668d25edcb1e7ee.tar.gz box64-bb0a445a6b57091fe5b878b09668d25edcb1e7ee.zip | |
Spelling/typo fixes in code and documentation updates (#2223)
* Fix typo DLOpenned->DLOpened * Fix a typo in comments: versionned->versioned * Fix a typo in comment: cleanning->cleaning * Update COMPILE.md and USAGE.md * A few more typos in comments
Diffstat (limited to 'src/box64context.c')
| -rw-r--r-- | src/box64context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64context.c b/src/box64context.c index d88d8530..94df1142 100644 --- a/src/box64context.c +++ b/src/box64context.c @@ -303,7 +303,7 @@ void FreeBox64Context(box64context_t** context) if(--(*context)->forked >= 0) return; - box64context_t* ctx = *context; // local copy to do the cleanning + box64context_t* ctx = *context; // local copy to do the cleaning //clean_current_emuthread(); // cleaning main thread seems a bad idea if(ctx->local_maplib) |