Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 9, 2015
1 parent 2c00b7c commit bab3ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v7/vcs/vcs.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright © 2012-2015 Roberto Alsina and others.
# Copyright © 2015 Roberto Alsina.

# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
Expand Down Expand Up @@ -35,7 +35,7 @@


def get_path_list(path):
'''Walk path and return a list of everythin in it.'''
'''Walk path and return a list of everything in it.'''
paths = []
for root, dirs, files in os.walk(path, followlinks=True):
for fname in files:
Expand Down

0 comments on commit bab3ca4

Please sign in to comment.