summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-12-05 22:54:08 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-12-05 22:54:08 +0000
commitb1c9e98378954f01ccf9b58f80287b075023fd31 (patch)
tree807cc514a3c06dc29076a97dfb386832a660b6ef
parent8cef2fc6316b4adbba933286d9e9bbeec9a70f3c (diff)
typo s/beeing/being/g
From Paul 'WEiRD' de Weerd
-rw-r--r--usr.sbin/snmpd/ber.34
-rw-r--r--usr.sbin/snmpd/mps.c4
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 <reyk@vantronix.net>
.\"
@@ -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 <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