From 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:10 +0100 Subject: lib*: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- libps/ps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libps/ps.h') diff --git a/libps/ps.h b/libps/ps.h index 06af96bc..3ee142d0 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -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. */ -- cgit v1.2.3