diff --git a/autogpts/autogpt/autogpt/agents/utils/exceptions.py b/autogpts/autogpt/autogpt/agents/utils/exceptions.py index efb85341..704922b0 100644 --- a/autogpts/autogpt/autogpt/agents/utils/exceptions.py +++ b/autogpts/autogpt/autogpt/agents/utils/exceptions.py @@ -37,7 +37,7 @@ class DuplicateOperationError(AgentException): class CommandExecutionError(AgentException): - """An error occured when trying to execute the command""" + """An error occurred when trying to execute the command""" class InvalidArgumentError(CommandExecutionError):