From 82450a5ebcc050bc4161d99dc5e6d41d7b289a40 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Thu, 5 Mar 2015 17:14:06 +0800 Subject: [PATCH] Fix typo of setings to settings The typo happens at the head part, and only one time occurs. Change-Id: Ic6d3d8e17447066fe5e8ab867b10516dc8f185cc --- samples/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/local.conf b/samples/local.conf index 9e0b540250..e4052c21ac 100644 --- a/samples/local.conf +++ b/samples/local.conf @@ -3,7 +3,7 @@ # NOTE: Copy this file to the root ``devstack`` directory for it to # work properly. -# ``local.conf`` is a user-maintained setings file that is sourced from ``stackrc``. +# ``local.conf`` is a user-maintained settings file that is sourced from ``stackrc``. # This gives it the ability to override any variables set in ``stackrc``. # Also, most of the settings in ``stack.sh`` are written to only be set if no # value has already been set; this lets ``local.conf`` effectively override the