aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 4dac317ec..9615f8c9d 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -207,13 +207,13 @@ struct GNUNET_ARM_ServiceInfo
207 const char *binary; 207 const char *binary;
208 208
209 /** 209 /**
210 * Time when the sevice will be restarted, if applicable 210 * Time when the service will be restarted, if applicable
211 * to the current status. 211 * to the current status.
212 */ 212 */
213 struct GNUNET_TIME_Absolute restart_at; 213 struct GNUNET_TIME_Absolute restart_at;
214 214
215 /** 215 /**
216 * Time when the sevice was first started, if applicable. 216 * Time when the service was first started, if applicable.
217 */ 217 */
218 struct GNUNET_TIME_Absolute last_started_at; 218 struct GNUNET_TIME_Absolute last_started_at;
219 219