1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00

Spelling fix from later revision of committed patch from Shawn Landden <shawn@churchofgit.com>.

This commit is contained in:
David Strauss 2013-09-18 15:46:51 -05:00
parent 4ec29144dd
commit c22428fb73

View File

@ -673,7 +673,7 @@ int get_status_field(const char *filename, const char *pattern, char **field) {
t += strlen(pattern);
/* Also skip zeros, because when this is used for capabilities,
* we don't want the zeros. This way the same cabality set
* we don't want the zeros. This way the same capability set
* always maps to the same string, irrespective of the total
* capability set size. For other numbers it shouldn't matter.
*/