Skip to content

Commit

Permalink
Fix Code Command: Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Apr 4, 2024
1 parent 1c82514 commit 992e049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esbmc_ai/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Yiannis Charalambous

__version__ = "v0.5.0.dev14"
__version__ = "v0.5.0rc0"
__author__: str = "Yiannis Charalambous"
2 changes: 1 addition & 1 deletion esbmc_ai/commands/fix_code_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def print_raw_conversation() -> None:
if config.raw_conversation:
print_raw_conversation()

printv("ESBMC-AI Notice: Succesfully verified code")
printv("ESBMC-AI Notice: Successfully verified code")

return False, llm_solution

Expand Down

0 comments on commit 992e049

Please sign in to comment.