diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:07:30 +0100 |
commit | 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (patch) | |
tree | 4b72eccf92522c27116ea9825bae689972045a87 /libps | |
parent | 2a340dd3310d0f67a48d6057214e54416d173265 (diff) |
lib*: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libps')
-rw-r--r-- | libps/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -824,7 +824,7 @@ void ps_fmt_free (struct ps_fmt *fmt); error_t ps_fmt_clone (struct ps_fmt *fmt, struct ps_fmt **copy); /* Write an appropriate header line for FMT, containing the titles of all its - fields appropiately aligned with where the values would be printed, to + fields appropriately aligned with where the values would be printed, to STREAM (without a trailing newline). If count is non-NULL, the total number number of characters output is added to the integer it points to. If any fatal error occurs, the error code is returned, otherwise 0. */ |