Skip to content

Commit

Permalink
Fixed typos in comments inside code
Browse files Browse the repository at this point in the history
  • Loading branch information
sudar committed Apr 25, 2013
1 parent 448378d commit e80f3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/vimrepress.py
Expand Up @@ -910,7 +910,7 @@ def blog_guess_open(what):
if blog_index != -1:
guess_id = re.search(r"\S+?p=(\d+)$", what)

# permantlinks
# permalinks
if guess_id is None:

# try again for /archives/%post_id%
Expand All @@ -937,7 +937,7 @@ def blog_guess_open(what):
if blog_index != -1 and blog_index != g_data.conf_index:
blog_config_switch(blog_index)

# Uesr input something not a usabe url, try numberic
# User input not a url, try numeric
else:
try:
post_id = str(int(what))
Expand Down

0 comments on commit e80f3bc

Please sign in to comment.