Skip to content

Commit

Permalink
Fix small typo in debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhencke committed Sep 19, 2015
1 parent 7bb9595 commit 76b7cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/web_contents_preferences.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void WebContentsPreferences::AppendExtraCommandLineSwitches(
if (base::FilePath(preload).IsAbsolute())
command_line->AppendSwitchNative(switches::kPreloadScript, preload);
else
LOG(ERROR) << "preload script must have abosulute path.";
LOG(ERROR) << "preload script must have absolute path.";
} else if (web_preferences.GetString(switches::kPreloadUrl, &preload)) {
// Translate to file path if there is "preload-url" option.
base::FilePath preload_path;
Expand Down

0 comments on commit 76b7cd0

Please sign in to comment.