Browse code

Fix a typo in make_cert.sh

Change-Id: I6d4f02edf843f0519c3d0413bb033604a7ec73e9

Takashi NATSUME authored on 2015/09/08 10:56:28
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 # Create a CA hierarchy (if necessary) and server certificate
6 6
 #
7 7
 # This mimics the CA structure that DevStack sets up when ``tls_proxy`` is enabled
8
-# but in the curent directory unless ``DATA_DIR`` is set
8
+# but in the current directory unless ``DATA_DIR`` is set
9 9
 
10 10
 ENABLE_TLS=True
11 11
 DATA_DIR=${DATA_DIR:-`pwd`/ca-data}