diff options
author | Ori Bernstein <ori@eigenstate.org> | 2022-09-20 01:39:17 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-09-20 01:39:17 +0000 |
commit | 43a3a80be3cd9fe7e0f31efe5c24c3e321e07b08 (patch) | |
tree | 889f979397df8e2fd80b2c2bf74fb814a0ac5109 /sys/man | |
parent | fe2e77025ba31f83527707e9a248c3d6a8db34e2 (diff) |
mpc(1): fix typo
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/mpc b/sys/man/1/mpc index 3967e8ea9..7aea5cbba 100644 --- a/sys/man/1/mpc +++ b/sys/man/1/mpc @@ -24,7 +24,7 @@ The language consists of a series of function definitions of the form: .PP All variables and parameters are extended precision integers and are passed by reference. Statements are separated by semicolon and the -following statemens are defined: +following statements are defined: .IP .I name .B = |