ipfs: Fix typo in error message
MFC after: 3 days
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user