Fix typos (NFC) (#5804)

This commit is contained in:
sciencewhiz
2023-10-23 09:15:58 -07:00
committed by GitHub
parent ec0f7fefb0
commit f4cbcbc984
6 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ __declspec(dllexport)
return -1;
}
std::puts("HALSim XRP Extention Initialized");
std::puts("HALSim XRP Extension Initialized");
return 0;
}