changeset 2271:2fae89f30b8d

jp (blog): minor typo fix
author Goffi <goffi@goffi.org>
date Tue, 27 Jun 2017 17:02:10 +0200
parents 07caa12be945
children b5befe7722d3
files frontends/src/jp/cmd_blog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/cmd_blog.py	Tue Jun 27 17:00:52 2017 +0200
+++ b/frontends/src/jp/cmd_blog.py	Tue Jun 27 17:02:10 2017 +0200
@@ -416,7 +416,7 @@
         self.parser.add_argument("file", type=base.unicode_decoder, nargs='?', default=u'current', help=_(u"path to the content file"))
 
     def showPreview(self):
-        # we implement showPreview here so we don't have to import webbroser and urllib
+        # we implement showPreview here so we don't have to import webbrowser and urllib
         # when preview is not used
         url = 'file:{}'.format(self.urllib.quote(self.preview_file_path))
         self.webbrowser.open_new_tab(url)