Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 20:02:51 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1b7195a16957 - stable/13 - ipfs: Fix typo in error message
Message-ID:  <695c18eb.86f5.1b4381f7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/13 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=1b7195a1695745a9b3cf2977dc000d14967cf934

commit 1b7195a1695745a9b3cf2977dc000d14967cf934
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-10-28 03:43:14 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-01-05 03:40:09 +0000

    ipfs: Fix typo in error message
    
    MFC after:      3 days
    
    (cherry picked from commit 5ae7b106cfd4801ef5e0f69b02ad9b3ae3ccfbec)
---
 sbin/ipf/ipfs/ipfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ipf/ipfs/ipfs.c b/sbin/ipf/ipfs/ipfs.c
index bb342cbb9319..438b53f124b9 100644
--- a/sbin/ipf/ipfs/ipfs.c
+++ b/sbin/ipf/ipfs/ipfs.c
@@ -579,7 +579,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;
 		}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695c18eb.86f5.1b4381f7>