ipfs: Fix typo in error message

MFC after:	3 days
This commit is contained in:
Cy Schubert
2025-10-27 20:43:14 -07:00
parent 44cb1e857f
commit 5ae7b106cf
+1 -1
View File
@@ -576,7 +576,7 @@ int readnat(int fd, char *file)
in = (nat_save_t *)malloc(ipn.ipn_dsize);
if (in == NULL) {
fprintf(stderr, "nat:cannot malloc nat save atruct\n");
fprintf(stderr, "nat:cannot malloc nat save struct\n");
goto freenathead;
}