Browse Source

Fix typo in first name

Alois Mahdal 6 years ago
parent
commit
43ad91100e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/uripecker.sh.skel

+ 1
- 1
src/uripecker.sh.skel View File

@@ -189,7 +189,7 @@ __uripecker__flt_uris() {
189 189
     # Hack URIs out of the text.
190 190
     #
191 191
     # Uses URL parser regex Found as SO answer[1] and adapted to include
192
-    # comments from the original Immo's gist[2].
192
+    # comments from the original Imme's gist[2].
193 193
     #
194 194
     #   [1]: https://stackoverflow.com/a/30408189/835945
195 195
     #   [2]: https://gist.github.com/imme-emosol/731338/810d83626a6d79f40a251f250ed4625cac0e731f