Update spelling

This commit is contained in:
FusionPBX
2025-06-28 17:47:05 -06:00
committed by GitHub
parent 72d36c7f73
commit 61531c1a5c

View File

@@ -645,7 +645,7 @@ abstract class service {
* Set to not fork when started
*/
public static function set_no_fork() {
echo "Running in forground\n";
echo "Running in foreground";
self::$forking_enabled = false;
}