diff --git a/INTERPRETING.md b/INTERPRETING.md
index e1f892df4ae78db3edd71ed360ee6cf070f366d0..0c4846abc2957302e0a35fe0ce3de27baaed000b 100644
--- a/INTERPRETING.md
+++ b/INTERPRETING.md
@@ -235,7 +235,7 @@ following strings:
   's'.p = null;
   ```
 
-- **`async`** The file `harness/donePrintHandle.js` must be evaluated in the
+- **`async`** The file `harness/doneprintHandle.js` must be evaluated in the
   test realm's global scope prior to test execution. The test must not be
   considered complete until the implementation-defined `print` function has
   been invoked or some length of time has passed without any such invocation.