Fix typo for log_warning

Fix typo `log_warnig` instead of `log_warning`

Change-Id: I3a3fd8e426b5fcdd4faf2785d6e94240cd7ce9d9
Signed-off-by: Amithash Prasad <amithash@meta.com>
diff --git a/tools/dreport.d/plugins.d/redundantosrelease b/tools/dreport.d/plugins.d/redundantosrelease
index 45eebae..7e6eb13 100644
--- a/tools/dreport.d/plugins.d/redundantosrelease
+++ b/tools/dreport.d/plugins.d/redundantosrelease
@@ -68,6 +68,6 @@
     command="printf \"\nREDUNDANT_FW=%s\n\" \"\$redundant_firmware\""
     add_cmd_output "$command" "$file_name" "$desc"
 else
-    log_warnig "No redundant FW available"
+    log_warning "No redundant FW available"
 fi