about summary refs log tree commit diff stats
path: root/092socket.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-11 16:18:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-11 16:18:18 -0800
commit294b2ab35983ebe95698835bb54bca8bd3eec101 (patch)
treefbc74bea6cefd7b8f527d36a7b7c6804dd886414 /092socket.mu
parentd5c86dfd8706e6b3ceee7843464797e6fcad4259 (diff)
downloadmu-294b2ab35983ebe95698835bb54bca8bd3eec101.tar.gz
3705 - switch to tested file-system primitives
Diffstat (limited to '092socket.mu')
-rw-r--r--092socket.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/092socket.mu b/092socket.mu
index 6cc43659..e9955f4a 100644
--- a/092socket.mu
+++ b/092socket.mu
@@ -77,7 +77,7 @@ def start-reading-from-network resources:&:resources, uri:text -> contents:&:sou
   {
     break-unless resources
     # fake network
-    contents <- start-reading-from-fake-resources resources, uri
+    contents <- start-reading-from-fake-resource resources, uri
     return
   }
   # real network