chiark / gitweb /
fix spelling
[elogind.git] / extras / collect / collect.c
index 1ec833ac9fa5a43d087a4be9b4e6847a1ef1e747..c4523f1d18b8ae827dc7e466529c461257569ad0 100644 (file)
@@ -124,7 +124,7 @@ static int prepare(char *dir, char *filename)
  * Read checkpoint file
  *
  * Tricky reading this. We allocate a buffer twice as large
- * as we're goint to read. Then we read into the upper half
+ * as we're going to read. Then we read into the upper half
  * of that buffer and start parsing.
  * Once we do _not_ find end-of-work terminator (whitespace
  * character) we move the upper half to the lower half,