mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:58:56 +02:00
Fix some typos noticed in passing
This commit is contained in:
parent
9d92ed2b9b
commit
30604ab901
1 changed files with 3 additions and 3 deletions
|
@ -273,7 +273,7 @@ Item {
|
|||
}
|
||||
|
||||
if (WebEngineView.LoadFailedStatus == loadRequest.status) {
|
||||
console.log(" Tablet WebEngineView failed to laod url: " + loadRequest.url.toString());
|
||||
console.log(" Tablet WebEngineView failed to load url: " + loadRequest.url.toString());
|
||||
}
|
||||
|
||||
if (WebEngineView.LoadSucceededStatus == loadRequest.status) {
|
||||
|
|
Loading…
Reference in a new issue