We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e471e commit 4b9a5f7Copy full SHA for 4b9a5f7
src/library_dylink.js
@@ -239,7 +239,7 @@ var LibraryDylink = {
239
}
240
#if DYLINK_DEBUG
241
else if (GOT[symName].value != value) {
242
- dbg(`udateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
+ dbg(`updateGOT: EXISTING SYMBOL: ${symName} : ${GOT[symName].value} (${value})`);
243
244
#endif
245
0 commit comments