Skip to content

Commit

Permalink
MAINT: Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarrow committed Sep 12, 2017
1 parent 6256a6e commit 8b198cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sda/sda_file.py
Expand Up @@ -31,7 +31,7 @@
class SDAFile(object):
""" Read, write, inspect, and manipulate Sandia Data Archive files.
This supports version 1.1 of the Sandai Data Archive format.
This supports version 1.1 of the Sandia Data Archive format.
"""

Expand Down Expand Up @@ -291,7 +291,7 @@ def remove(self, *labels):
def _copy_visitor(path):
""" Visitor that copies data from source to destination """

# Skip paths corresponding to exluded labels
# Skip paths corresponding to excluded labels
if path.split('/')[0] in labels:
return

Expand Down

0 comments on commit 8b198cb

Please sign in to comment.