From 13954ed1c415099223547adac19f57b340591ffb Mon Sep 17 00:00:00 2001
From: jugglinmike <mike@mikepennisi.com>
Date: Tue, 22 Nov 2016 11:46:51 -0500
Subject: [PATCH] Correct file reference in "interpreting" document (#799)

---
 INTERPRETING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INTERPRETING.md b/INTERPRETING.md
index e1f892df4a..0c4846abc2 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.
-- 
GitLab