[geany/www.geany.org] 175394: Fix typo

Enrico Tröger git-noreply at xxxxx
Sun May 19 21:37:21 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 19 May 2019 21:37:21 UTC
Commit:      1753948d71d069dfc5f60e2e6c2f6db5600e575d
             https://github.com/geany/www.geany.org/commit/1753948d71d069dfc5f60e2e6c2f6db5600e575d

Log Message:
-----------
Fix typo


Modified Paths:
--------------
    static_docs/generate_i18n_statistics.py

Modified: static_docs/generate_i18n_statistics.py
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -82,7 +82,7 @@ def __init__(self, domain, source_tarball, destination_path, target_filename):
 
     # ----------------------------------------------------------------------
     def generate(self):
-        self._create_destionation_path_if_necessary()
+        self._create_destination_path_if_necessary()
         self._extract_geany_source_tarball()
         self._update_pot_file()
         self._fetch_pot_stats()
@@ -96,7 +96,7 @@ def generate(self):
         self._remove_extracted_geany_source()
 
     # ----------------------------------------------------------------------
-    def _create_destionation_path_if_necessary(self):
+    def _create_destination_path_if_necessary(self):
         makedirs(self._destination_path, mode=0o755, exist_ok=True)
 
     # ----------------------------------------------------------------------



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list