Browse Source

g.extension: fix small typo

Martin Landa 5 years ago
parent
commit
b206fcd70e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/g.extension/g.extension.py

+ 2 - 2
scripts/g.extension/g.extension.py

@@ -1064,7 +1064,7 @@ def install_extension_win(name):
 
 
 def download_source_code_svn(url, name, outdev, directory=None):
-    """Download source code from a Subversion reporsitory
+    """Download source code from a Subversion repository
 
     .. note:
         Stdout is passed to to *outdev* while stderr is will be just printed.
@@ -1092,7 +1092,7 @@ def download_source_code_svn(url, name, outdev, directory=None):
 
 
 def download_source_code_official_github(url, name, outdev, directory=None):
-    """Download source code from a official GitHub reporsitory
+    """Download source code from a official GitHub repository
 
     .. note:
         Stdout is passed to to *outdev* while stderr is will be just printed.