spelling: process

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:30:31 -05:00
parent 67713b7888
commit 060d7cb58d
3 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ void persist_service_unlock_store(SettingsFile *store);
//! Call during each process's startup.
void persist_service_client_open(const Uuid *uuid);
//! Call once after proces exits to clean it up.
//! Call once after process exits to clean it up.
void persist_service_client_close(const Uuid *uuid);
//! Deletes the app's persist file.