From 81722962cf672c917b70e1c00384539d2804679e Mon Sep 17 00:00:00 2001 From: akkadius Date: Wed, 17 Sep 2014 14:30:19 -0500 Subject: [PATCH] KLS Nazi Grammar Fix --- common/database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index c44c32157..a3a279af5 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -896,7 +896,7 @@ bool Database::CheckDatabaseConversions() { printf(" Database currently has character data being stored via \n"); printf(" the legacy character storage method and will proceed with converting...\n\n"); printf(" It is recommended that you backup your database \n"); - printf(" before continuing the automatic conversion proces...\n\n"); + printf(" before continuing the automatic conversion process...\n\n"); printf("----------------------------------------------------------\n\n"); std::cout << "Press ENTER to continue....." << std::endl << std::endl; std::cin.ignore(1);