Commit 7ea7a4b7 authored by Geoff Simmons's avatar Geoff Simmons

typo

parent a55b77ad
Pipeline #64 skipped
...@@ -171,7 +171,7 @@ and returns the result. It is functionally equivalent to using a ...@@ -171,7 +171,7 @@ and returns the result. It is functionally equivalent to using a
call do_error; call do_error;
} }
set req.http.Foo-Hash-Object set req.http.Foo-Hash-Object
= blocode.encode(BASE64, sha256.final()); = blobcode.encode(BASE64, sha256.final());
} }
The ``hash()`` function makes for a somewhat less verbose interface, The ``hash()`` function makes for a somewhat less verbose interface,
......
...@@ -156,7 +156,7 @@ and returns the result. It is functionally equivalent to using a ...@@ -156,7 +156,7 @@ and returns the result. It is functionally equivalent to using a
call do_error; call do_error;
} }
set req.http.Foo-Hash-Object set req.http.Foo-Hash-Object
= blocode.encode(BASE64, sha256.final()); = blobcode.encode(BASE64, sha256.final());
} }
The ``hash()`` function makes for a somewhat less verbose interface, The ``hash()`` function makes for a somewhat less verbose interface,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment