mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Typo in log message
This commit is contained in:
parent
a020c7c1bc
commit
ba0fa55299
@ -410,7 +410,7 @@ WeaveSvc.prototype = {
|
||||
throw "Login failed";
|
||||
}
|
||||
|
||||
this._log.info("Using server URL: " + DAV.baseURL + DAV.defaltPrefix);
|
||||
this._log.info("Using server URL: " + DAV.baseURL + DAV.defaultPrefix);
|
||||
|
||||
this._versionCheck.async(this, self.cb);
|
||||
yield;
|
||||
|
Loading…
Reference in New Issue
Block a user