You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/03/24 00:15:55 UTC

svn commit: r1304657 - /incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy

Author: rvs
Date: Fri Mar 23 23:15:55 2012
New Revision: 1304657

URL: http://svn.apache.org/viewvc?rev=1304657&view=rev
Log:
BIGTOP-484. Fix typo error ('alredy' -> 'already') (Jolly Chen via rvs)

Modified:
    incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy

Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy?rev=1304657&r1=1304656&r2=1304657&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy Fri Mar 23 23:15:55 2012
@@ -146,7 +146,7 @@ class TestPackagesBasics extends Package
   synchronized void testRemoteMetadata() { 
     if (!isUpgrade()) {
       if (pkg.isInstalled()) {
-        checkThat("package $name is alredy installed and could not be removed",
+        checkThat("package $name is already installed and could not be removed",
                   pkg.remove(), equalTo(0));
       }