aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/helper
diff options
context:
space:
mode:
authorGavriel Fleischer <flocsy@gmail.com>2019-01-14 19:55:24 +0200
committerGavriel Fleischer <flocsy@gmail.com>2019-01-14 19:55:24 +0200
commit52b30b6c282e7385783803a5c9d1ce2a0e5e8be6 (patch)
tree86e30b4c4a6b4a1a2515c2b5ced4aac928da69a7 /src/org/traccar/helper
parent4022d0c0e4166716b6b20063de4daf5631c4579b (diff)
downloadtraccar-server-52b30b6c282e7385783803a5c9d1ce2a0e5e8be6.tar.gz
traccar-server-52b30b6c282e7385783803a5c9d1ce2a0e5e8be6.tar.bz2
traccar-server-52b30b6c282e7385783803a5c9d1ce2a0e5e8be6.zip
fixed typo
Diffstat (limited to 'src/org/traccar/helper')
-rw-r--r--src/org/traccar/helper/Log.java2
1 files changed, 1 insertions, 1 deletions
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");
}
}
}