From b1c9e98378954f01ccf9b58f80287b075023fd31 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Wed, 5 Dec 2007 22:54:08 +0000 Subject: typo s/beeing/being/g From Paul 'WEiRD' de Weerd --- usr.sbin/snmpd/ber.3 | 4 ++-- usr.sbin/snmpd/mps.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/snmpd/ber.3 b/usr.sbin/snmpd/ber.3 index 3f1e66f15c3..a0caa47d57d 100644 --- a/usr.sbin/snmpd/ber.3 +++ b/usr.sbin/snmpd/ber.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ber.3,v 1.1 2007/12/05 09:22:44 reyk Exp $ +.\" $OpenBSD: ber.3,v 1.2 2007/12/05 22:54:07 reyk Exp $ .\" .\" Copyright (c) 2007 Reyk Floeter .\" @@ -164,7 +164,7 @@ Object Identifiers are commonly used in ASN.1-bases protocols. These functions provide an interface to parse OIDs. For internal representation of OIDs, the following structure .Ft struct ber_oid -is beeing used: +is being used: .Bd -literal #define BER_MIN_OID_LEN 2 #define BER_MAX_OID_LEN 128 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 @@ -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 -- cgit v1.2.3