[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
simon.fraser at apple.com
simon.fraser at apple.com
Thu Dec 3 13:43:59 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 4c7cd101386bb00b0659d88f79540046b33af634
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 24 22:16:29 2009 +0000
2009-11-24 Simon Fraser <simon.fraser at apple.com>
No Review.
Fix spelling error ("depenedencies").
* Scripts/build-webkit:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51357 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 65145be..bd8441e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-24 Simon Fraser <simon.fraser at apple.com>
+
+ No Review.
+
+ Fix spelling error ("depenedencies").
+
+ * Scripts/build-webkit:
+
2009-11-24 Mark Rowe <mrowe at apple.com>
Land the configuration that includes the two debug GTK Linux builders.
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index c20d345..7409fc1 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -361,7 +361,7 @@ for my $dir (@projects) {
if (isAppleWinWebKit()) {
print "\n\n===== BUILD FAILED ======\n\n";
my $scriptDir = relativeScriptsDir();
- print "Please ensure you have run $scriptDir/update-webkit to install depenedencies.\n\n";
+ print "Please ensure you have run $scriptDir/update-webkit to install dependencies.\n\n";
my $baseProductDir = baseProductDir();
print "You can view build errors by checking the BuildLog.htm files located at:\n$baseProductDir/obj/<project>/<config>.\n";
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list