WIP: SPV Remapper: add remapper test framework
diff --git a/README-spirv-remap.txt b/README-spirv-remap.txt
index 8e3259f..3e5288a 100644
--- a/README-spirv-remap.txt
+++ b/README-spirv-remap.txt
@@ -98,7 +98,7 @@
 On error, the function supplied to registerErrorHandler() will be invoked.
 This can be a standard C/C++ function, a lambda function, or a functor.
 The default handler simply calls exit(5); The error handler is a static
-members, so need only be set up once, not once per spirvbin_t instance.
+member, so need only be set up once, not once per spirvbin_t instance.
 
 Log messages are supplied to registerLogHandler().  By default, log
 messages are eaten silently.  The log handler is also a static member.