spelling: retrieve

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:36:42 -05:00
parent 2062536f26
commit 656ba98a40
6 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@ typedef enum {
//! This structure is used internally to describe the process. This struct here is actually a polymorphic base
//! class, and can be casted to either \ref PebbleProcessMdSystem or \ref PebbleProcessMdFlash depending on the value
//! of \ref is_flash_based. Clients shouldn't do this casting themselves though, and instead should use the
//! process_metadata_get_* functions to safely retreive values from this struct.
//! process_metadata_get_* functions to safely retrieve values from this struct.
typedef struct PebbleProcessMd {
Uuid uuid;