diff mbox

[Branch,~linaro-maintainers/linaro-image-tools/trunk] Rev 314: Typo: cumalative instead of cumulative.

Message ID 20110405213220.16772.27086.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

loic.minier@linaro.org April 5, 2011, 9:32 p.m. UTC
------------------------------------------------------------
revno: 314
committer: loic.minier@linaro.org
branch nick: linaro-image-tools
timestamp: Tue 2011-04-05 23:31:29 +0200
message:
  Typo: cumalative instead of cumulative.
modified:
  linaro_image_tools/hwpack/tests/test_packages.py


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-maintainers/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro_image_tools/hwpack/tests/test_packages.py'
--- linaro_image_tools/hwpack/tests/test_packages.py	2011-03-24 11:14:44 +0000
+++ linaro_image_tools/hwpack/tests/test_packages.py	2011-04-05 21:31:29 +0000
@@ -1189,7 +1189,7 @@ 
         self.assertEqual(
             [], fetcher.fetch_packages(["foo"], download_content=False))
 
-    def test_ignore_is_cumalative(self):
+    def test_ignore_is_cumulative(self):
         package1 = DummyFetchedPackage("foo", "1.0")
         package2 = DummyFetchedPackage("bar", "1.0")
         source = self.useFixture(