spelling: access

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-18 08:34:26 -05:00
parent 6c3e812d10
commit 3ab63e16df
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
namespace irrklang
{
//! Interface providing read acess to a file.
//! Interface providing read access to a file.
class IFileReader : public virtual IRefCounted
{
public: