summaryrefslogtreecommitdiffstats
path: root/src/common/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/misc.cpp')
-rw-r--r--src/common/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/misc.cpp b/src/common/misc.cpp
index 57c16f4..11f60ae 100644
--- a/src/common/misc.cpp
+++ b/src/common/misc.cpp
@@ -189,7 +189,7 @@ char GetToLower(char letter)
// Converting time to string.
-void GimeToAscii(time_t time, char *buffer)
+void TimeToAscii(time_t time, char *buffer)
{
struct tm when;
int year;