Skip to content

Commit

Permalink
[WPE][GTK] Unreviewed, try #3 to fix a typo
Browse files Browse the repository at this point in the history
I feel like Charlie Brown, how hard this has been for me....

* Scripts/run-minibrowser:
* Scripts/webkitdirs.pm:
(runInFlatpakIfAvailable):
(runInFlatpakIfAvailible): Deleted.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@236206 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
mcatanzaro@igalia.com committed Sep 19, 2018
1 parent d611624 commit 030d3f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2018-09-19 Michael Catanzaro <mcatanzaro@igalia.com>

[WPE][GTK] Unreviewed, try #3 to fix a typo

I feel like Charlie Brown, how hard this has been for me....

* Scripts/run-minibrowser:
* Scripts/webkitdirs.pm:
(runInFlatpakIfAvailable):
(runInFlatpakIfAvailible): Deleted.

2018-09-19 Michael Catanzaro <mcatanzaro@igalia.com>

[WPE][GTK] Unreviewed, fix that typo in more places
Expand Down
2 changes: 1 addition & 1 deletion Tools/Scripts/run-minibrowser
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ prohibitUnknownPort();
setConfiguration();

if (isGtk() || isWPE()) {
runInFlatpakIfAvalaible("/app/webkit/Tools/Scripts/run-minibrowser");
runInFlatpakIfAvailable("/app/webkit/Tools/Scripts/run-minibrowser");

# Check to see that all the frameworks are built.
checkFrameworks();
Expand Down
2 changes: 1 addition & 1 deletion Tools/Scripts/webkitdirs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ sub runInFlatpak(@)
exec @command, argumentsForConfiguration(), "--command", @_, argumentsForConfiguration(), @ARGV or die;
}

sub runInFlatpakIfAvailible(@)
sub runInFlatpakIfAvailable(@)
{
if (inFlatpakSandbox()) {
return 0;
Expand Down

0 comments on commit 030d3f1

Please sign in to comment.