From 8ea452ed3120dbbeb1d76fd653cde41188efd660 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 27 Nov 2012 10:11:49 -0600 Subject: [PATCH] type in comment (testing out github.com's edit via web interface) --- phpseclib/File/X509.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index 04dcf180..2f0ce3c1 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -84,7 +84,7 @@ define('FILE_X509_DN_OPENSSL', 3); */ define('FILE_X509_DN_CANON', 4); /** - * Return name ash for file indexing + * Return name hash for file indexing */ define('FILE_X509_DN_HASH', 5); /**#@-*/