From ffc2f8c9526017dba28efac17806ee3032901820 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sat, 29 Dec 2012 14:28:01 -0700 Subject: correct minor typo Signed-off-by: Al Stone --- stage1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage1') diff --git a/stage1 b/stage1 index 6d4717c..da8ccf9 100755 --- a/stage1 +++ b/stage1 @@ -1156,7 +1156,7 @@ EOF ;; stage3 ) - # This assumes stage2 was run and the fies are available + # This assumes stage2 was run and the files are available test -e $ROOTFS/stage3/local.conf && rm $ROOTFS/stage3/local.conf ln -s ../stage2/local.conf $ROOTFS/stage3/local.conf -- cgit