summaryrefslogtreecommitdiffstats
path: root/OpenSSL/OCSP.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/OCSP.html')
-rw-r--r--OpenSSL/OCSP.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/OCSP.html b/OpenSSL/OCSP.html
index 3d3a40e9..c6a029ee 100644
--- a/OpenSSL/OCSP.html
+++ b/OpenSSL/OCSP.html
@@ -145,7 +145,7 @@
<pre class="ruby"><span class="ruby-identifier">single_response</span> = <span class="ruby-identifier">basic_response</span>.<span class="ruby-identifier">find_response</span>(<span class="ruby-identifier">certificate_id</span>)
<span class="ruby-keyword">unless</span> <span class="ruby-identifier">single_response</span>
- <span class="ruby-identifier">raise</span> <span class="ruby-string">&#39;basic_response does not have the status for the certificiate&#39;</span>
+ <span class="ruby-identifier">raise</span> <span class="ruby-string">&#39;basic_response does not have the status for the certificate&#39;</span>
<span class="ruby-keyword">end</span>
</pre>