Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcopera committed Mar 24, 2013
1 parent f3b0713 commit 6e9cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/common.py
Expand Up @@ -197,7 +197,7 @@ def expand_path(value, window):
def display_user_selection(options, callback):
callback(0)

def loof_for_file(filename, current_dir, levels_up):
def look_for_file(filename, current_dir, levels_up):
return None


Expand Down

0 comments on commit 6e9cfbe

Please sign in to comment.