[Pkg-apache-commits] r975 - in /trunk/ssl-cert: debian/changelog make-ssl-cert

sf at alioth.debian.org sf at alioth.debian.org
Tue Jul 7 18:59:16 UTC 2009


Author: sf
Date: Tue Jul  7 18:59:15 2009
New Revision: 975

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=975
Log:
fix typo

Modified:
    trunk/ssl-cert/debian/changelog
    trunk/ssl-cert/make-ssl-cert

Modified: trunk/ssl-cert/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/ssl-cert/debian/changelog?rev=975&op=diff
==============================================================================
--- trunk/ssl-cert/debian/changelog (original)
+++ trunk/ssl-cert/debian/changelog Tue Jul  7 18:59:15 2009
@@ -1,6 +1,7 @@
 ssl-cert (1.0.24) UNRELEASED; urgency=low
 
   * Update Slovak translation, thanks to helix84 at centrum.sk. Closes: #514376
+  * Fix typo. Closes: #535849 LP: #352157
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 21 Feb 2009 11:45:46 +0100
 

Modified: trunk/ssl-cert/make-ssl-cert
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/ssl-cert/make-ssl-cert?rev=975&op=diff
==============================================================================
--- trunk/ssl-cert/make-ssl-cert (original)
+++ trunk/ssl-cert/make-ssl-cert Tue Jul  7 18:59:15 2009
@@ -75,7 +75,7 @@
 
 create_temporary_cnf
 
-# create the certiface.
+# create the certificate.
 
 if [ "$1" != "generate-default-snakeoil" ]; then
     openssl req -config $TMPFILE -new -x509 -days 3650 -nodes -out $output -keyout $output > /dev/null 2>&1




More information about the Pkg-apache-commits mailing list