diff --git a/src/velociraptor_interface.c b/src/velociraptor_interface.c index c78d03e4e869b033b3b0dfe2cd779b0cd6897f26..3236b7ed4439bf7535493eb55cb88d5658a6f93e 100644 --- a/src/velociraptor_interface.c +++ b/src/velociraptor_interface.c @@ -745,7 +745,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) { /* Report timing */ if (e->verbose) - message("VR Invokation of velociraptor took %.3f %s.", + message("VR Invocation of velociraptor took %.3f %s.", clocks_from_ticks(getticks() - tic), clocks_getunit()); tic = getticks();