From 3ddfc96501b58ed1bed350d071f33126444f205e Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Thu, 4 Aug 2016 09:43:22 +0000 Subject: [PATCH] Fix a typo in the rst file murano\doc\source\articles\telnet_example.rst: there is a spelling error,"instace" should be "Instance" Change-Id: I5e251a0bf91849527c672be91f1079178136f610 Closes-Bug: #1609709 --- doc/source/articles/telnet_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/articles/telnet_example.rst b/doc/source/articles/telnet_example.rst index d08b1a4f..741d05f2 100644 --- a/doc/source/articles/telnet_example.rst +++ b/doc/source/articles/telnet_example.rst @@ -45,7 +45,7 @@ Telnet Example Body: # Determine the environment to which the application belongs. # This message will be stored in deployment logs and available in UI - - $this.find(std:Environment).reporter.report($this, 'Creating VM for Telnet instace.') + - $this.find(std:Environment).reporter.report($this, 'Creating VM for Telnet Instance.') # Deploy VM - $.instance.deploy() - $this.find(std:Environment).reporter.report($this, 'Instance is created. Setup Telnet service.')