aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-12-23 05:59:43 +0100
committerMattias Andrée <maandree@operamail.com>2012-12-23 05:59:43 +0100
commit0530f748c964fcd755b9d8237cc71d3086c322dc (patch)
tree559df271dd8bb4d03bf2ec36dd0a9de0b36c9002
parentfirst commit (diff)
downloadsets-0530f748c964fcd755b9d8237cc71d3086c322dc.tar.gz
sets-0530f748c964fcd755b9d8237cc71d3086c322dc.tar.bz2
sets-0530f748c964fcd755b9d8237cc71d3086c322dc.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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)