Fix typos (#522)

* fix various typos in the codebase

* fix typos in CHANGELOG.md
This commit is contained in:
Joel Natividad
2025-02-05 11:16:20 -05:00
committed by Alex Orlenko
parent c3817409a8
commit fd68b033f0
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ impl Drop for StateGuard<'_> {
}
// An optimized version of `callback_error` that does not allocate `WrappedFailure` userdata
// and instead reuses unsed values from previous calls (or allocates new).
// and instead reuses unused values from previous calls (or allocates new).
pub(super) unsafe fn callback_error_ext<F, R>(
state: *mut ffi::lua_State,
mut extra: *mut ExtraData,