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 1df8e7e commit 4d01b00Copy full SHA for 4d01b00
php/generate.php
@@ -25,7 +25,7 @@ function soext() {
25
case "Windows":
26
return "dll";
27
default:
28
- throw new Exeception("Extism: unsupported platform ".$patform);
+ throw new Exeception("Extism: unsupported platform ".$platform);
29
}
30
31
0 commit comments