chiark / gitweb /
Spelling fixes.
[elogind.git] / src / core / load-fragment.c
index e0e42acbb4966f8eb7cebbbf8f9cc9349710cea5..748ab55d54f7dc8b1520b061d0806db5f03ae497 100644 (file)
@@ -1910,7 +1910,7 @@ int config_parse_unit_blkio_bandwidth(const char *filename, unsigned line, const
         }
 
         if (parse_bytes(l[1], &bytes) < 0 || bytes <= 0) {
-                log_error("[%s:%u] Failed to parse block IO bandwith value, ignoring: %s", filename, line, rvalue);
+                log_error("[%s:%u] Failed to parse block IO bandwidth value, ignoring: %s", filename, line, rvalue);
                 strv_free(l);
                 return 0;
         }