Skip to content

Commit 1e9d51f

Browse files
authored
NCSDECOMP: fix Deccompiled typo
1 parent 1ffcdf6 commit 1e9d51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ncsdecomp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ void decNCS(const Common::UString &inFile, const Common::UString &outFile, Auror
127127
out->flush();
128128

129129
if (!outFile.empty())
130-
status("Deccompiled \"%s\" into \"%s\"", inFile.c_str(), outFile.c_str());
130+
status("Decompiled \"%s\" into \"%s\"", inFile.c_str(), outFile.c_str());
131131
}

0 commit comments

Comments
 (0)