Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/coolboy-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-05-11 12:28:14 +0300
committerGitHub <noreply@github.com>2023-05-11 12:28:14 +0300
commitfe527815b6699b0291d20840087a4cd4119db5b5 (patch)
tree87a3089c871b2329fcb567fbb28b72c7fa1d9495
parent875d88d231ca0d2282c0a1c2c85541b5cd2ea060 (diff)
Typo fix
-rw-r--r--tools_sources/CoolboyCombiner/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools_sources/CoolboyCombiner/Program.cs b/tools_sources/CoolboyCombiner/Program.cs
index 685488f..474eb60 100644
--- a/tools_sources/CoolboyCombiner/Program.cs
+++ b/tools_sources/CoolboyCombiner/Program.cs
@@ -35,7 +35,7 @@ namespace com.clusterrr.Famicom.CoolBoy
#if !INTERIM
$"v{versionStr}"
#else
- "intrerim version"
+ "interim version"
#endif
#if DEBUG
+ " (debug)"
@@ -853,4 +853,4 @@ namespace com.clusterrr.Famicom.CoolBoy
return input.First().ToString().ToUpper() + input[1..];
}
}
-} \ No newline at end of file
+}