From 49e471c91255634874bb17cefd79d0a6dcd21226 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:46 -0400 Subject: [PATCH] spelling: unfortunately Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Console/DocBloxErrorChecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/DocBloxErrorChecker.php b/src/Console/DocBloxErrorChecker.php index 81a47f663b..7028de8a13 100644 --- a/src/Console/DocBloxErrorChecker.php +++ b/src/Console/DocBloxErrorChecker.php @@ -30,7 +30,7 @@ use Friendica\App; * * Basically, docblox takes a list of files to build documentation from. This script assumes there is a file or set of files * breaking the build when it is included in that list. It tries to calculate the smallest list containing these files. - * Unfortunatly, the original problem is NP-complete, so what the script does is a best guess only. + * Unfortunately, the original problem is NP-complete, so what the script does is a best guess only. * * So it starts with a list of all files in the project. * If that list can't be build, it cuts it in two parts and tries both parts independently. If only one of them breaks, -- 2.39.5