Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
FooBarWidget committed Jun 14, 2012
1 parent 9c42ff5 commit 15b6c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/common/Watchdog.cpp
Expand Up @@ -740,7 +740,7 @@ class ServerInstanceDirToucher {
_exit(1);
} else if (pid == -1) {
// Error
P_WARN("Could touch the server instance directory because "
P_WARN("Could not touch the server instance directory because "
"fork() failed. Retrying in 2 minutes...");
this_thread::restore_interruption si(di);
this_thread::restore_syscall_interruption rsi(dsi);
Expand Down

0 comments on commit 15b6c41

Please sign in to comment.