From dc1506989892f9ac1da48233529aefa9a3e91f9a Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Tue, 28 Jan 2025 21:09:50 -0500
Subject: [PATCH] spelling: param

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 src/fw/process_management/process_manager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fw/process_management/process_manager.h b/src/fw/process_management/process_manager.h
index 92eb4a83..9fa2cbfa 100644
--- a/src/fw/process_management/process_manager.h
+++ b/src/fw/process_management/process_manager.h
@@ -118,7 +118,7 @@ bool process_manager_check_SDK_compatible(const AppInstallId id);
 //! @param id The app to launch. Note that this app may not be cached
 //! @param args The args to the app
 //! @param animation The animation that should be used to show the app
-//! @prama launch_reason The launch reason for the app starting
+//! @param launch_reason The launch reason for the app starting
 void process_manager_launch_process(const ProcessLaunchConfig *config);
 
 //! Close the given process. This is the highest level call which transfers control to the manager of that type of