spelling: daemons

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:24 -04:00
parent 3e8f5151de
commit eef8f9948f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
//! Interface for architecture dependent daemonizing //! Interface for architecture dependent daemonizing
/*! /*!
This interface defines the operations required by barrier for installing 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. implement this interface.
*/ */
class IArchDaemon : public IInterface { class IArchDaemon : public IInterface {