From eef8f9948f919afa19033bccf17220ccaffbfd11 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:24 -0400 Subject: [PATCH] spelling: daemons Signed-off-by: Josh Soref --- src/lib/arch/IArchDaemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/arch/IArchDaemon.h b/src/lib/arch/IArchDaemon.h index 6a4fb673..a9474904 100644 --- a/src/lib/arch/IArchDaemon.h +++ b/src/lib/arch/IArchDaemon.h @@ -24,7 +24,7 @@ //! Interface for architecture dependent daemonizing /*! This interface defines the operations required by barrier for installing -uninstalling daeamons and daemonizing a process. Each architecture must +uninstalling daemons and daemonizing a process. Each architecture must implement this interface. */ class IArchDaemon : public IInterface {