aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--sets.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index 4430a17..32b0b84 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-sets – The practical way to se set operations on sets of lines in the shell
+sets – The practical way to do set operations on sets of lines in the shell
Copyright © 2012 Mattias Andrée (maandree@kth.se)
diff --git a/sets.py b/sets.py
index c5cfb88..5171076 100644
--- a/sets.py
+++ b/sets.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
-sets – The practical way to se set operations on sets of lines in the shell
+sets – The practical way to do set operations on sets of lines in the shell
Copyright © 2012 Mattias Andrée (maandree@kth.se)