From 28007c9baeff449f80906b0fe8e0d08921281628 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 22 Sep 2011 04:45:04 -0400 Subject: [PATCH] Fixed a typo in the docs. --- src/physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs.h b/src/physfs.h index f82305ee..af7c36f3 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -2749,7 +2749,7 @@ PHYSFS_DECL PHYSFS_sint64 PHYSFS_writeBytes(PHYSFS_File *handle, * Historically, PhysicsFS provided access to the physical filesystem and * archives within that filesystem. However, sometimes you need more power * than this. Perhaps you need to provide an archive that is entirely - * contained in RAM, or you need to brige some other file i/o API to + * contained in RAM, or you need to bridge some other file i/o API to * PhysicsFS, or you need to translate the bits (perhaps you have a * a standard .zip file that's encrypted, and you need to decrypt on the fly * for the unsuspecting zip archiver).