diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-05 22:54:08 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-05 22:54:08 +0000 |
commit | b1c9e98378954f01ccf9b58f80287b075023fd31 (patch) | |
tree | 807cc514a3c06dc29076a97dfb386832a660b6ef /usr.sbin/snmpd/mps.c | |
parent | 8cef2fc6316b4adbba933286d9e9bbeec9a70f3c (diff) |
typo s/beeing/being/g
From Paul 'WEiRD' de Weerd
Diffstat (limited to 'usr.sbin/snmpd/mps.c')
-rw-r--r-- | usr.sbin/snmpd/mps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/mps.c b/usr.sbin/snmpd/mps.c index 4a82511f285..b931f2bd71f 100644 --- a/usr.sbin/snmpd/mps.c +++ b/usr.sbin/snmpd/mps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mps.c,v 1.2 2007/12/05 22:52:50 reyk Exp $ */ +/* $OpenBSD: mps.c,v 1.3 2007/12/05 22:54:07 reyk Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net> @@ -298,7 +298,7 @@ mps_table(struct oid *oid, struct ber_oid *o, struct ber_oid *no) struct oid a, b; /* - * This function is beeing used to iterate through elements + * This function is being used to iterate through elements * in a SMI "table". It is called by the mps_getnext() handler. * For example, if the input is sysORIndex, it will return * sysORIndex.1. If the inpurt is sysORIndex.2, it will return |