grammar fix;
authorjmc <jmc@openbsd.org>
Fri, 5 Aug 2016 08:10:51 +0000 (08:10 +0000)
committerjmc <jmc@openbsd.org>
Fri, 5 Aug 2016 08:10:51 +0000 (08:10 +0000)
lib/libradius/radius_new_request_packet.3

index 615833e..1ab7368 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radius_new_request_packet.3,v 1.4 2015/09/10 13:44:19 schwarze Exp $
+.\" $OpenBSD: radius_new_request_packet.3,v 1.5 2016/08/05 08:10:51 jmc Exp $
 .\"
 .\" Copyright (c) 2009 Internet Initiative Japan Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: August 5 2016 $
 .Dt RADIUS_NEW_REQUEST_PACKET 3
 .Os
 .Sh NAME
@@ -270,7 +270,7 @@ These typed accessors do not requires
 .Fa length
 parameters because length is implied by the type.
 For "get" functions, if the actual attribute size is different from the size of
-the type, the functions returns an error.
+the type, the functions return an error.
 .Pp
 There are also typed accessors for string
 .Pq Li char * .