summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2010-07-08 14:10:23 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2010-07-08 14:10:23 +0000
commit53b25817d01791892bf12d238c650dadfb1ff895 (patch)
tree38090bb6af4d45438ab26447c8d8e22c1b061938 /src/tools
parent5a4b6fa9a0a655df2ac4464a54402f9391aeeab9 (diff)
MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek]
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/jedutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/jedutil.c b/src/tools/jedutil.c
index b9c0c5b8996..b7e1347156d 100644
--- a/src/tools/jedutil.c
+++ b/src/tools/jedutil.c
@@ -312,6 +312,6 @@ int main(int argc, char *argv[])
if (err != 0)
return 1;
- printf("Target file written succesfully\n");
+ printf("Target file written successfully\n");
return 0;
}