From f5c66ebf0d40996373c48cdd31e2640b8f1af3ed Mon Sep 17 00:00:00 2001 From: Daniel McDonald <101536185+djm93dev@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:56:59 -0400 Subject: [PATCH] fixed typo 'parallell' -> 'parallel' (#297) --- gpt_engineer/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt_engineer/steps.py b/gpt_engineer/steps.py index 3370c94..6c732e2 100644 --- a/gpt_engineer/steps.py +++ b/gpt_engineer/steps.py @@ -170,7 +170,7 @@ def gen_entrypoint(ai, dbs): "From this you will answer with code blocks that includes all the necessary " "unix terminal commands to " "a) install dependencies " - "b) run all necessary parts of the codebase (in parallell if necessary).\n" + "b) run all necessary parts of the codebase (in parallel if necessary).\n" "Do not install globally. Do not use sudo.\n" "Do not explain the code, just give the commands.\n" "Do not use placeholders, use example values (like . for a folder argument) "