summaryrefslogtreecommitdiff
path: root/erts/emulator/test/port_bif_SUITE_data/port_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/port_bif_SUITE_data/port_test.c')
-rw-r--r--erts/emulator/test/port_bif_SUITE_data/port_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_bif_SUITE_data/port_test.c b/erts/emulator/test/port_bif_SUITE_data/port_test.c
index ef6d12dc93..fa509d5a15 100644
--- a/erts/emulator/test/port_bif_SUITE_data/port_test.c
+++ b/erts/emulator/test/port_bif_SUITE_data/port_test.c
@@ -536,7 +536,7 @@ char* spec; /* Specification for reply. */
buf = (char *) malloc(total_size);
if (buf == NULL) {
- fprintf(stderr, "%s: insufficent memory for reply buffer of size %d\n",
+ fprintf(stderr, "%s: insufficient memory for reply buffer of size %d\n",
port_data->progname, total_size);
exit(1);
}