summaryrefslogtreecommitdiff
path: root/libexec/rpc.rquotad/rquotad.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 20:06:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 20:06:44 +0000
commit36278d84690a01a6f846911e9de865d5a17bc500 (patch)
tree19594fbdde84fa0c86fa82fbc4f810f7700c63c4 /libexec/rpc.rquotad/rquotad.c
parent76f40211712d025ead56ebbf62a291610fc686c1 (diff)
spelling fixes; from paul tagliamonte
Diffstat (limited to 'libexec/rpc.rquotad/rquotad.c')
-rw-r--r--libexec/rpc.rquotad/rquotad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c
index 50d1d5b25cd..ec367df5253 100644
--- a/libexec/rpc.rquotad/rquotad.c
+++ b/libexec/rpc.rquotad/rquotad.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rquotad.c,v 1.23 2019/06/28 13:32:53 deraadt Exp $ */
+/* $OpenBSD: rquotad.c,v 1.24 2022/12/26 20:06:43 jmc Exp $ */
/*
* by Manuel Bouyer (bouyer@ensta.fr). Public domain.
@@ -36,7 +36,7 @@ int getfsquota(long id, char *path, struct dqblk *dqblk);
int hasquota(struct fstab *fs, char **qfnamep);
/*
- * structure containing informations about ufs filesystems
+ * structure containing information about ufs filesystems
* initialised by initfs()
*/
struct fs_stat {