Merge pull request #623 from smcv/speling

signalhandler: Fix a typo
This commit is contained in:
Yamagi 2020-10-31 17:08:22 +01:00 committed by GitHub
commit 859588c30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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