aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/arm
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 15f24b3f6..8888e0105 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -124,13 +124,13 @@ struct GNUNET_ARM_ServiceInfoMessage
124 uint32_t status; 124 uint32_t status;
125 125
126 /** 126 /**
127 * Time when the sevice will be restarted, if applicable 127 * Time when the service will be restarted, if applicable
128 * to the current status. 128 * to the current status.
129 */ 129 */
130 struct GNUNET_TIME_AbsoluteNBO restart_at; 130 struct GNUNET_TIME_AbsoluteNBO restart_at;
131 131
132 /** 132 /**
133 * Time when the sevice was first started, if applicable. 133 * Time when the service was first started, if applicable.
134 */ 134 */
135 struct GNUNET_TIME_AbsoluteNBO last_started_at; 135 struct GNUNET_TIME_AbsoluteNBO last_started_at;
136}; 136};