From 8cdf5e06b4192815a290848bbe6bc1243bfa3c3b Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 25 Aug 2011 00:07:24 +0200 Subject: [PATCH] feature #754: minor change --- src/authm_mad/remotes/x509/x509_auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authm_mad/remotes/x509/x509_auth.rb b/src/authm_mad/remotes/x509/x509_auth.rb index 63027867a6..6dbd10321b 100644 --- a/src/authm_mad/remotes/x509/x509_auth.rb +++ b/src/authm_mad/remotes/x509/x509_auth.rb @@ -152,7 +152,7 @@ private end begin - # Validate the proxy certifcates + # Validate the proxy certifcates signee = @cert_chain.delete_at(0) @cert_chain.each do |cert|