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

Unified Diff: cloud_print/service/win/cloud_print_service.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 | « no previous file | cloud_print/service/win/service_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/cloud_print_service.cc
diff --git a/cloud_print/service/win/cloud_print_service.cc b/cloud_print/service/win/cloud_print_service.cc
index 9c7586bc6e2a54c07f5bd8e5c48b8596685b6201..8f387ae09676d33d9219be372942a8bafb60e785 100644
--- a/cloud_print/service/win/cloud_print_service.cc
+++ b/cloud_print/service/win/cloud_print_service.cc
@@ -29,7 +29,7 @@
namespace {
-const wchar_t kAppDataSubDir[] = L"Google\\Cloud Printe Service";
+const wchar_t kAppDataSubDir[] = L"Google\\Cloud Print Service";
void InvalidUsage() {
base::FilePath service_path;
@@ -274,7 +274,7 @@ class CloudPrintServiceModule
LOG(ERROR) << "Chrome is not available for " << *run_as_user << ".";
continue;
}
- if (!setup.is_xps_availible()) {
+ if (!setup.is_xps_available()) {
LOG(ERROR) << "XPS pack is not installed.";
continue;
}
« no previous file with comments | « no previous file | cloud_print/service/win/service_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698