Skip to content

Commit

Permalink
lib/nfs/FileReader: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed May 15, 2024
1 parent 9f174c5 commit 96b6175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/nfs/FileReader.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 96b6175

Please sign in to comment.