From 96b61755da8651ba975a62477065fd0bf32c7944 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 May 2024 21:31:27 +0200 Subject: [PATCH] lib/nfs/FileReader: fix doc typo --- src/lib/nfs/FileReader.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/nfs/FileReader.hxx b/src/lib/nfs/FileReader.hxx index 3882c2620..914f3e1c8 100644 --- a/src/lib/nfs/FileReader.hxx +++ b/src/lib/nfs/FileReader.hxx @@ -25,7 +25,7 @@ class NfsConnection; /** * A helper class which helps with reading from a file. It obtains a * connection lease (#NfsLease), opens the given file, "stats" the - * file, and finally allos you to read its contents. + * file, and finally allows you to read its contents. * * To get started, derive your class from it and implement the pure * virtual methods, construct an instance, and call Open().