Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael de Barros committed Nov 11, 2015
1 parent c8bab46 commit 2703023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/cli/main_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def rm_tarballs(args, pkgs_dirs, totalsize, verbose=True):
os.unlink(os.path.join(pkgs_dir, fn))
else:
if verbose:
print("WARNING: cannot remove, file premissions: %s" % fn)
print("WARNING: cannot remove, file permissions: %s" % fn)


def find_pkgs():
Expand Down

0 comments on commit 2703023

Please sign in to comment.