upstream commit

grammar fix;

Upstream-ID: 5d5b21c80f1e81db367333ce0bb3e5874fb3e463
diff --git a/sshd_config.5 b/sshd_config.5
index 6907979..babe2ae 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: sshd_config.5,v 1.224 2016/06/17 05:03:40 djm Exp $
+.\" $OpenBSD: sshd_config.5,v 1.225 2016/06/17 06:33:30 jmc Exp $
 .Dd $Mdocdate: June 17 2016 $
 .Dt SSHD_CONFIG 5
 .Os
@@ -192,7 +192,7 @@
 authentication method names, or by the single string
 .Dq any
 to indicate the default behaviour of accepting any single authentication
-methods.
+method.
 if the default is overridden, then successful authentication requires
 completion of every method in at least one of these lists.
 .Pp