Correct typos

This commit is contained in:
Landon Curt Noll
2021-12-05 18:23:27 -08:00
parent 769ac51f8c
commit f5c5cea8b0
80 changed files with 289 additions and 283 deletions

View File

@@ -8,7 +8,7 @@ SYNOPSIS
TYPES
h real
m real
s real (defauls to 0)
s real (defaults to 0)
rnd nonnegative integer, defaults to config("mod")
return hours
@@ -16,7 +16,7 @@ TYPES
DESCRIPTION
Convert hours, m minutes, and s seconds returning hours.
The return value in hours, is quivalent to the following:
The return value in hours, is equivalent to the following:
mod(h + m/60 + s/3600, 24, rnd);