From 10d21dbb1afb23b8ebdec847676314f6bf47f937 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 23 Aug 2017 13:26:09 -0500 Subject: Fix function documentation typo Change-Id: I24c505fe8317ccd389403effe7cdfc26596546f6 Signed-off-by: Victor Morales Issue-Id: INT-22 --- bootstrap/vagrant-onap/lib/dcae | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap') diff --git a/bootstrap/vagrant-onap/lib/dcae b/bootstrap/vagrant-onap/lib/dcae index 69e3b1c2c..dce55aec4 100755 --- a/bootstrap/vagrant-onap/lib/dcae +++ b/bootstrap/vagrant-onap/lib/dcae @@ -72,7 +72,7 @@ function compile_all_dcae_repos { done } -# _build_dcae_images() Function taht builds DCAE docker images from source code. +# _build_dcae_images() Function that builds DCAE docker images from source code. function _build_dcae_images { if [[ "$compile_repo" != "True" ]]; then compile_src $dcae_src_folder/dmaapbc -- cgit 1.2.3-korg