lib/nfs/FileReader: fix doc typo

This commit is contained in:
Max Kellermann 2024-05-15 21:31:27 +02:00
parent 9f174c56ce
commit 96b61755da
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class NfsConnection;
/** /**
* A helper class which helps with reading from a file. It obtains a * A helper class which helps with reading from a file. It obtains a
* connection lease (#NfsLease), opens the given file, "stats" the * 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 * To get started, derive your class from it and implement the pure
* virtual methods, construct an instance, and call Open(). * virtual methods, construct an instance, and call Open().