From b7d8e3a33dd9c15f692b266cb875bf52cbadc9b2 Mon Sep 17 00:00:00 2001 From: James Duarte Date: Sun, 21 Apr 2024 08:35:15 -0400 Subject: [PATCH] Only two p's in appear :) (#1) --- source/backup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backup.cpp b/source/backup.cpp index b02407f..4b9ddc6 100644 --- a/source/backup.cpp +++ b/source/backup.cpp @@ -91,7 +91,7 @@ void writeBackup(FILE* account, const std::string& backupPath, char* buffer) { WHBLogConsoleSetColor(0x00990000); WHBLogPrint("---------------------------------------------------------"); WHBLogPrint("The account.dat was backed up successfully!"); - WHBLogPrint("The main menu will apppear in 5 seconds..."); + WHBLogPrint("The main menu will appear in 5 seconds..."); WHBLogConsoleDraw(); WHBLogPrint("---------------------------------------------------------"); fclose(backup);