From 52b30b6c282e7385783803a5c9d1ce2a0e5e8be6 Mon Sep 17 00:00:00 2001 From: Gavriel Fleischer Date: Mon, 14 Jan 2019 19:55:24 +0200 Subject: fixed typo --- src/org/traccar/helper/Log.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/traccar/helper') diff --git a/src/org/traccar/helper/Log.java b/src/org/traccar/helper/Log.java index 6f5a875bc..df0c9abc1 100644 --- a/src/org/traccar/helper/Log.java +++ b/src/org/traccar/helper/Log.java @@ -66,7 +66,7 @@ public final class Log { writer.close(); writer = null; if (!new File(name).renameTo(new File(name + "." + this.suffix))) { - throw new RuntimeException("Log file renaiming failed"); + throw new RuntimeException("Log file renaming failed"); } } } -- cgit v1.2.3