summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-10-23 12:16:03 +1300
committerRobert Collins <robertc@robertcollins.net>2015-10-23 12:16:03 +1300
commit4810e55ba15d7239dbf63dbb390e36bc89253616 (patch)
treee5f6df428135bf45fbcfdf0a2099558fcea37256
parent0bfebe8c3e9cc865d895bb0afeb052050a295652 (diff)
downloadsubunit-4810e55ba15d7239dbf63dbb390e36bc89253616.tar.gz
Typo fixes from Leo Arias
-rw-r--r--COPYING2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index 3ba50f8..452c080 100644
--- a/COPYING
+++ b/COPYING
@@ -32,5 +32,5 @@ A known list of such code is maintained here:
* The python/iso8601 module by Michael Twomey, distributed under an MIT style
licence - see python/iso8601/LICENSE for details.
* The runtests.py and python/subunit/tests/TestUtil.py module are GPL test
- support modules. There are not installed by Subunit - they are only ever
+ support modules. They are not installed by Subunit - they are only ever
used on the build machine. Copyright 2004 Canonical Limited.
diff --git a/README.rst b/README.rst
index 23e320e..51b9011 100644
--- a/README.rst
+++ b/README.rst
@@ -303,7 +303,7 @@ the length encoding to take up a new byte (which will only happen to packets
less than or equal to 16KiB in length) - large packets are very efficient to
route.
-Timestamp when present is a 32 bit unsigned integer for secnods, and a variable
+Timestamp when present is a 32 bit unsigned integer for seconds, and a variable
length number for nanoseconds, representing UTC time since Unix Epoch in
seconds and nanoseconds.