From 21756c6070f20d5304d5b4842f09488633442892 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Fri, 12 Mar 2021 03:29:59 -0600 Subject: [PATCH] Update main.cpp Make this less wordy and remove title case, and also add a hyphen for "non-commercial" --- Source/SortRdb/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SortRdb/main.cpp b/Source/SortRdb/main.cpp index b6304d63d..80196c8b9 100644 --- a/Source/SortRdb/main.cpp +++ b/Source/SortRdb/main.cpp @@ -326,7 +326,7 @@ int main (int argc, char *argv[]) if (PDNameSections.size() > 0) { fprintf(fp,"//================ PD ================\n"); - fprintf(fp,"//\n// ROMs below are public domain/homebrew and other non-commercial releases\n\n"); + fprintf(fp,"//\n// ROMs below are public domain, homebrew, and other non-commercial ROMs\n\n"); for (strmap::iterator itr = PDNameSections.begin(); itr != PDNameSections.end(); itr++) { std::string GoodName = itr->first;