Merge "Fix typo: falure => failure"
diff --git a/functions-common b/functions-common
index 4fca80e..4e85001 100644
--- a/functions-common
+++ b/functions-common
@@ -1492,7 +1492,7 @@
         return
     fi
 
-    # Check if there is any falure flag file under $SERVICE_DIR/$SCREEN_NAME
+    # Check if there is any failure flag file under $SERVICE_DIR/$SCREEN_NAME
     # make this -o errexit safe
     failures=`ls "$SERVICE_DIR/$SCREEN_NAME"/*.failure 2>/dev/null || /bin/true`