VBOX: Ugh, fix another typo.

I'm beginning to not like my new keyboard and mouse.
This commit is contained in:
Rom Walton 2016-02-10 15:58:41 -05:00
parent 79184c6103
commit 301b191b70
1 changed files with 1 additions and 1 deletions

View File

@ -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