spelling: Fix spelling errors
Fix some spelling errors (caught by VS2017 spelling extension) and
a few floating func defs that are no longer valid.
Change-Id: Ifd9394227dfe3b3255c27429dadaf405433232d2
diff --git a/layers/object_tracker.cpp b/layers/object_tracker.cpp
index bed7080..113288d 100644
--- a/layers/object_tracker.cpp
+++ b/layers/object_tracker.cpp
@@ -308,7 +308,7 @@
auto allocated_with_custom = (pNode->status & OBJSTATUS_CUSTOM_ALLOCATOR) ? true : false;
if (allocated_with_custom && !custom_allocator && expected_custom_allocator_code != VALIDATION_ERROR_UNDEFINED) {
- // This check only verifies that custom allocation callabacks were provided to both Create and Destroy calls,
+ // This check only verifies that custom allocation callbacks were provided to both Create and Destroy calls,
// it cannot verify that these allocation callbacks are compatible with each other.
log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, object_type, object_handle, __LINE__,
expected_custom_allocator_code, LayerName,