From 26790beaf9c1184ace52fcda7b05f26aeb1ccc57 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 26 Nov 2019 21:08:30 +0100 Subject: [PATCH] Fix typos Typos found with codespell. --- Readme.org | 4 ++-- ox-reveal.el | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.org b/Readme.org index 3eedb3a..11cc47a 100644 --- a/Readme.org +++ b/Readme.org @@ -565,7 +565,7 @@ the plugin to the dependencies parameter when Reveal is initialized. *** By Local Option Line Specify the plugin by option line ~#+REVEAL_EXTERNAL_PLUGINS: string -of code~. Similiar to the global plugin definition, the string of code +of code~. Similar to the global plugin definition, the string of code can have one optional ~%s~ to be replaced by ~reveal-root~. ** Highlight Source Code @@ -610,7 +610,7 @@ It is now possible to embed code blocks in a codemirror instance in order to edi - ~org-reveal-klipsify-src~ - ~org-reveal-klipse-css~ - ~org-reveal-klipse-js~ -This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javacript, clojure, php, ruby, scheme, and python only. +This feature is turned off by default and needs to be switched on with ~org-reveal-klipsify-src~. At present code editing is supported in javascript, clojure, php, ruby, scheme, and python only. ** MathJax :PROPERTIES: diff --git a/ox-reveal.el b/ox-reveal.el index a793bdc..3572aaa 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -156,13 +156,13 @@ slide, where the following escaping elements are allowed: (defcustom org-reveal-init-options "" "Reveal.js initialization options, JS code snippet to be -embedded into Reveal.initilize()." +embedded into Reveal.initialize()." :group 'org-export-reveal :type 'string) (defcustom org-reveal-transition "default" - "Reveal transistion style." + "Reveal transition style." :group 'org-export-reveal :type 'string) @@ -295,7 +295,7 @@ BEFORE the plugins that depend on them." :type 'string) (defcustom org-reveal-highlight-css "%r/lib/css/zenburn.css" - "Hightlight.js CSS file." + "Highlight.js CSS file." :group 'org-export-reveal :type 'string) @@ -430,7 +430,7 @@ holding contextual information." (last-sibling (org-export-last-sibling-p headline info))) (concat (if (or (/= level 1) (not first-sibling)) - ;; Not the first heading. Close previou slide. + ;; Not the first heading. Close previous slide. (concat ;; Slide footer if any footer-div