From 4d1608188681b8a63929a35f7111cb944e6c91b7 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 19 Feb 2021 11:47:33 +0900 Subject: [PATCH] Fix a typo Writeing -> Writing --- mrbwrite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbwrite.cpp b/mrbwrite.cpp index a59b44f..11187ef 100644 --- a/mrbwrite.cpp +++ b/mrbwrite.cpp @@ -138,7 +138,7 @@ void MrbWrite::run() qout_ << tr("Can't open file '%1'.").arg(filename) << endl; goto DONE; } - qout_ << tr("Writeing %1").arg(filename) << endl; + qout_ << tr("Writing %1").arg(filename) << endl; flag_error = write_file( file ); file.close();