Skip to content

Commit 4d01b00

Browse files
committed
fix: variable name typo
1 parent 1df8e7e commit 4d01b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/generate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function soext() {
2525
case "Windows":
2626
return "dll";
2727
default:
28-
throw new Exeception("Extism: unsupported platform ".$patform);
28+
throw new Exeception("Extism: unsupported platform ".$platform);
2929
}
3030
}
3131

0 commit comments

Comments
 (0)