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

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-29 17:05:28 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-29 17:05:28 +0300
commit06bace6bd58ae12f41f6eb5faf21f57e176e5fba (patch)
treea134e056e356a5fa9121579f4256ba3656b8e5d0
parentd778911c4f553ed4f99876fc247c2306d073bf59 (diff)
Typo fix.
-rw-r--r--NesTiler/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index fb24e93..a05e68e 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -85,7 +85,7 @@ namespace com.clusterrr.Famicom.NesTiler
if (c.OutColorsTable != null)
{
- Trace.WriteLine($"Writing color tables to {c.OutColorsTable}...");
+ Trace.WriteLine($"Writing color table to {c.OutColorsTable}...");
nesColors.WriteColorsTable(c.OutColorsTable);
}