From 301b191b70d9a702b3fccd311dddc12faa872cb7 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 10 Feb 2016 15:58:41 -0500 Subject: [PATCH] VBOX: Ugh, fix another typo. I'm beginning to not like my new keyboard and mouse. --- samples/vboxwrapper/vboxwrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index 0b394a6a12..1bb7214421 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -621,7 +621,7 @@ int main(int argc, char** argv) { // Record what the minimum heartbeat interval is. // if (pVM->heartbeat_filename.size()) { - vboxlog_msg("Detected: Heatbeat check (file: '%s' every %f seconds)", pVM->heartbeat_filename.c_str(), pVM->minimum_heartbeat_interval); + vboxlog_msg("Detected: Heartbeat check (file: '%s' every %f seconds)", pVM->heartbeat_filename.c_str(), pVM->minimum_heartbeat_interval); } // Validate whatever configuration options we can