fix(muorb): correct initialize spelling in protobuf channel logs (#27940)

PX4_INFO strings said 'initalize method'. Log text only.

AI-assisted; human-reviewed.
This commit is contained in:
Bartok
2026-07-17 11:45:15 -04:00
committed by GitHub
parent d36e1f6aa4
commit 6708c8a2dd

View File

@@ -269,10 +269,10 @@ bool uORB::AppsProtobufChannel::Initialize(bool enable_debug)
};
if (fc_sensor_initialize(enable_debug, &cb) != 0) {
if (enable_debug) { PX4_INFO("Warning: muorb protobuf initalize method failed"); }
if (enable_debug) { PX4_INFO("Warning: muorb protobuf initialize method failed"); }
} else {
PX4_INFO("muorb protobuf initalize method succeeded");
PX4_INFO("muorb protobuf initialize method succeeded");
_task_handle = px4_task_spawn_cmd("muorb_keepalive",
SCHED_DEFAULT,