Title: [236205] trunk/Tools
- Revision
- 236205
- Author
- [email protected]
- Date
- 2018-09-19 07:28:47 -0700 (Wed, 19 Sep 2018)
Log Message
[WPE][GTK] Unreviewed, fix that typo in more places
It got copied into webkitdirs.pm!
* Scripts/webkitdirs.pm:
(runInFlatpakIfAvailible):
(runInFlatpakIfAvalaible): Deleted.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (236204 => 236205)
--- trunk/Tools/ChangeLog 2018-09-19 13:58:24 UTC (rev 236204)
+++ trunk/Tools/ChangeLog 2018-09-19 14:28:47 UTC (rev 236205)
@@ -1,5 +1,15 @@
2018-09-19 Michael Catanzaro <[email protected]>
+ [WPE][GTK] Unreviewed, fix that typo in more places
+
+ It got copied into webkitdirs.pm!
+
+ * Scripts/webkitdirs.pm:
+ (runInFlatpakIfAvailible):
+ (runInFlatpakIfAvalaible): Deleted.
+
+2018-09-19 Michael Catanzaro <[email protected]>
+
[WPE][GTK] Unreviewed, fix a pervasive typo in the webkit-flatpak script
* flatpak/flatpakutils.py:
Modified: trunk/Tools/Scripts/webkitdirs.pm (236204 => 236205)
--- trunk/Tools/Scripts/webkitdirs.pm 2018-09-19 13:58:24 UTC (rev 236204)
+++ trunk/Tools/Scripts/webkitdirs.pm 2018-09-19 14:28:47 UTC (rev 236205)
@@ -2078,7 +2078,7 @@
exec @command, argumentsForConfiguration(), "--command", @_, argumentsForConfiguration(), @ARGV or die;
}
-sub runInFlatpakIfAvalaible(@)
+sub runInFlatpakIfAvailible(@)
{
if (inFlatpakSandbox()) {
return 0;
@@ -2085,7 +2085,7 @@
}
my @command = (File::Spec->catfile(sourceDir(), "Tools", "Scripts", "webkit-flatpak"));
- if (system(@command, "--avalaible") != 0) {
+ if (system(@command, "--available") != 0) {
return 0;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes