chiark / gitweb /
core: move status line ellipsation to 50% of the line
[elogind.git] / src / shared / strbuf.c
index e64f1ca07abc5d565219691311fb58ce8044411e..01a076c2baf204e50f170bbcd2fbca44ed527f76 100644 (file)
@@ -26,7 +26,7 @@
 #include "strbuf.h"
 
 /*
- * Strbuf stores given strings in a single continous allocated memory
+ * Strbuf stores given strings in a single continuous allocated memory
  * area. Identical strings are de-duplicated and return the same offset
  * as the first string stored. If the tail of a string already exists
  * in the buffer, the tail is returned.