diff options
author | Matt Lee <mattl@users.noreply.github.com> | 2015-10-24 19:32:39 -0500 |
---|---|---|
committer | Matt Lee <mattl@users.noreply.github.com> | 2015-10-24 19:32:39 -0500 |
commit | bba0b4ac7207332fc127186fedb0f2123fda43d4 (patch) | |
tree | 75c475d4d773088837adbfff0015c0bbda26b154 /functions | |
parent | 20303ba5c649c814eeff3d98bb8262072acb6dd2 (diff) | |
download | ssl-decoder-bba0b4ac7207332fc127186fedb0f2123fda43d4.zip ssl-decoder-bba0b4ac7207332fc127186fedb0f2123fda43d4.tar.gz ssl-decoder-bba0b4ac7207332fc127186fedb0f2123fda43d4.tar.bz2 |
Update connection.php
Diffstat (limited to 'functions')
-rw-r--r-- | functions/connection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/connection.php b/functions/connection.php index 84e3f78..5614b50 100644 --- a/functions/connection.php +++ b/functions/connection.php @@ -513,7 +513,7 @@ function ssl_conn_metadata($data,$fastcheck=0) { echo htmlspecialchars($data["validation"]["error"]); echo "</pre>"; } else { - echo "<span class='text-success glyphicon glyphicon-ok'></span> - <span class='text-success'>Sucessfully validated certificate chain.</span><br>"; + echo "<span class='text-success glyphicon glyphicon-ok'></span> - <span class='text-success'>Successfully validated certificate chain.</span><br>"; } echo "</td>"; echo "</tr>"; |