signalhandler: Fix a typo

Detected by Lintian, a QA tool used in Debian.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2020-10-31 11:56:54 +00:00
parent 93008da0eb
commit 45b922372a

View file

@ -72,7 +72,7 @@ printBacktrace(int sig)
printf("Compiler: %s\n", __VERSION__);
printf("Signal: %i\n", sig);
printf("\nBacktrace:\n");
printf(" Not available on this plattform.\n\n");
printf(" Not available on this platform.\n\n");
}
#endif