chiark / gitweb /
s/commandline/command line/g
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 9243b3d2dfe1419d524e823f1b9864741acc3f07..35f61327fc96c5cd4c131503b2a9f6b9bd45dbb1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Bugfixes:
           Environment=ONE='one' "TWO='two two' too" THREE=
           ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
 
-* MEMORY return code is overloaded for syntax errors in the commandline.
+* MEMORY return code is overloaded for syntax errors in the command line.
   str_split_quoted() should return a real return code, so spawn_child can
   report the failure properly.