Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: cloud_print/service/win/service_listener.cc

Issue 13800005: Fixed typos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | cloud_print/service/win/setup_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service_listener.cc
diff --git a/cloud_print/service/win/service_listener.cc b/cloud_print/service/win/service_listener.cc
index a69f4ef522421196f9783f2a4962ebf70612bb86..fdc825c1a29ece21570a8d6b64c1105807e3b4ba 100644
--- a/cloud_print/service/win/service_listener.cc
+++ b/cloud_print/service/win/service_listener.cc
@@ -31,7 +31,7 @@ std::string GetEnvironment(const base::FilePath& user_data_dir) {
base::DictionaryValue environment;
environment.Set(SetupListener::kPrintersJsonValueName, printers.release());
- environment.SetBoolean(SetupListener::kXpsAvailibleJsonValueName,
+ environment.SetBoolean(SetupListener::kXpsAvailableJsonValueName,
printing::XPSModule::Init());
environment.SetString(SetupListener::kUserNameJsonValueName,
GetCurrentUserName());
« no previous file with comments | « cloud_print/service/win/cloud_print_service.cc ('k') | cloud_print/service/win/setup_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698