summaryrefslogtreecommitdiff
path: root/libps/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'libps/ps.h')
-rw-r--r--libps/ps.h2
1 files changed, 1 insertions, 1 deletions
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. */