summaryrefslogtreecommitdiff
path: root/src/main/DefaultTimers.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-11 13:24:08 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-11 13:24:08 +0000
commite5b26b8f2f7f297dd40dcea10238ce1efd051dee (patch)
treec42478fa9ef3877aa9aef74c453340119183e4ea /src/main/DefaultTimers.c
parent40aef6a9f6ea05f4406bed965dbc9fc3fea6a8c8 (diff)
Fixed typo in default clock name.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2282 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/DefaultTimers.c')
-rw-r--r--src/main/DefaultTimers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/DefaultTimers.c b/src/main/DefaultTimers.c
index 76cfeb1a..8c4d28b8 100644
--- a/src/main/DefaultTimers.c
+++ b/src/main/DefaultTimers.c
@@ -459,7 +459,7 @@ static void CCTKi_RegisterTimersGetTimeOfDay(void)
functions.get = CCTKi_TimerGetTimeOfDayGet;
functions.set = CCTKi_TimerGetTimeOfDaySet;
- CCTK_ClockRegister("GetrUsage", &functions);
+ CCTK_ClockRegister("GetTimeOfDay", &functions);
}
#endif /* HAVE_TIME_GETTIMEOFDAY */