From d334382eb877f38eafc23b27da2a288ec4f49ef6 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 12 Aug 2024 14:37:22 +0200 Subject: [PATCH] [skip ci] Fix typo s/dissasembly/disassembly --- ext/opcache/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index 1bf7bbf8843..3b9c5bf481c 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -19,7 +19,7 @@ PHP_ARG_ENABLE([opcache-jit], [no]) PHP_ARG_WITH([capstone], - [whether to support opcache JIT dissasembly through Capstone], + [whether to support opcache JIT disassembly through Capstone], [AS_HELP_STRING([--with-capstone], [Support opcache JIT disassembly through Capstone])], [no],