Package: libnss3-tools Version: 2:3.110-1 Severity: minor File: /usr/bin/shlibsign Tags: patch upstream X-Debbugs-Cc: [email protected]
Hello, the below patch fixes a typo I found whlie debugging a build failure in yocto. It still exists in 2:3.117-1. I quickly looked how I would send this patch to upstream, but that seems very complicated. In the assumption that you have everything setup already to forward that patch, can you please do that? Best regards Uwe --------------->8------------------ From: Uwe Kleine-König <[email protected] Subject: [PATCH] shlibsign: Fix typo s/Initiailzing/Initializing/ Found while investigating a build problem in yocto. --- nss/cmd/shlibsign/shlibsign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nss/cmd/shlibsign/shlibsign.c b/nss/cmd/shlibsign/shlibsign.c index b47d59dbaa9f..c17f7a305e29 100644 --- a/nss/cmd/shlibsign/shlibsign.c +++ b/nss/cmd/shlibsign/shlibsign.c @@ -1760,7 +1760,7 @@ main(int argc, char **argv) } if (crv != CKR_OK) { - pk11error("Initiailzing softoken failed", crv); + pk11error("Initializing softoken failed", crv); goto cleanup; } -- 2.47.3

