X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fservice.h;h=1b59dad9320586372d91fcdc46608e8fb726c8ce;hp=500bebff0886a3894f38562823c6ee1238ed863b;hb=ba035df230e41bf9d70ebb47915c9472b7884412;hpb=0058d7b91ca90ee2dc605298bc5bac9bef0ededf diff --git a/src/service.h b/src/service.h index 500bebff0..1b59dad93 100644 --- a/src/service.h +++ b/src/service.h @@ -33,7 +33,7 @@ typedef enum ServiceState { SERVICE_START, SERVICE_START_POST, SERVICE_RUNNING, - SERVICE_EXITED, /* Nothing is running anymore, but RemainAfterExit is true, ehnce this is OK */ + SERVICE_EXITED, /* Nothing is running anymore, but RemainAfterExit is true hence this is OK */ SERVICE_RELOAD, SERVICE_STOP, /* No STOP_PRE state, instead just register multiple STOP executables */ SERVICE_STOP_SIGTERM,