Merge "Fix typo in userspace reboot watchdog" am: 4ac630b562
am: eea98abcb3

Change-Id: I8b870a72fd8b6d87cd3e06be16d94798f4ea680a
diff --git a/init/reboot.cpp b/init/reboot.cpp
index 13cebcc..c9b521a 100644
--- a/init/reboot.cpp
+++ b/init/reboot.cpp
@@ -806,7 +806,7 @@
 }
 
 static void UserspaceRebootWatchdogThread() {
-    if (!WaitForProperty("sys.init.userspace_reboot_in_progress", "1", 20s)) {
+    if (!WaitForProperty("sys.init.userspace_reboot.in_progress", "1", 20s)) {
         // TODO(b/135984674): should we reboot instead?
         LOG(WARNING) << "Userspace reboot didn't start in 20 seconds. Stopping watchdog";
         return;