commit | 771f6486a3b0333d43a2f8c743bfb945dca9db2c | [log] [tgz] |
---|---|---|
author | Sen Jiang <senj@google.com> | Wed Apr 04 17:59:10 2018 -0700 |
committer | Sen Jiang <senj@google.com> | Wed Apr 04 18:07:19 2018 -0700 |
tree | c72aa56680550f17c2b60621a1ede140f550aec8 | |
parent | a57d53e3edbda255a938a7dc76a2f38faeb520d4 [diff] [blame] |
Correct some spellings. Test: mma Change-Id: Icc49a4ee76f12d302ed18982d334f2f70b7263a8
diff --git a/daemon_state_android.cc b/daemon_state_android.cc index 0960b1a..c9c09b8 100644 --- a/daemon_state_android.cc +++ b/daemon_state_android.cc
@@ -36,7 +36,7 @@ hardware_ = hardware::CreateHardware(); if (!hardware_) { - LOG(ERROR) << "Error intializing the HardwareInterface."; + LOG(ERROR) << "Error initializing the HardwareInterface."; return false; }