Skip to content

Commit

Permalink
xrdsecgsi: fix typo in a notification string
Browse files Browse the repository at this point in the history
  • Loading branch information
gganis committed Dec 2, 2016
1 parent 6e2b824 commit 69bd779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSecgsi/XrdSecProtocolgsi.cc
Expand Up @@ -3520,7 +3520,7 @@ int XrdSecProtocolgsi::ServerDoCert(XrdSutBuffer *br, XrdSutBuffer **bm,
// Finalize chain: get a copy of it (we do not touch the reference)
hs->Chain = new X509Chain(hs->Chain);
if (!(hs->Chain)) {
cmsg = "cannot suplicate reference chain";
cmsg = "cannot duplicate reference chain";
return -1;
}
// The new chain must be deleted at destruction
Expand Down

0 comments on commit 69bd779

Please sign in to comment.