From 44fc037f970f05fa770f55bdbadc2cf188fbd500 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Tue, 7 Feb 2017 15:06:23 +0700 Subject: [PATCH] Fix_typo: "subsitute" -> "substitute" There is a wrong word, it should be updated. Change-Id: I17a1fed844bcd8ab3ed668a34a8471e5f6032963 --- doc/source/development_saio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index f258ee9659..bf21277b86 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -444,7 +444,7 @@ Setting up scripts for running Swift .. literalinclude:: /../saio/bin/resetswift If you are using a loopback device add an environment var to - subsitute ``/dev/sdb1`` with ``/srv/swift-disk``:: + substitute ``/dev/sdb1`` with ``/srv/swift-disk``:: echo "export SAIO_BLOCK_DEVICE=/srv/swift-disk" >> $HOME/.bashrc