diff options
Diffstat (limited to 'include/core/SkStream.h')
-rw-r--r-- | include/core/SkStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkStream.h b/include/core/SkStream.h index 8180a0a819..d7a105d3b8 100644 --- a/include/core/SkStream.h +++ b/include/core/SkStream.h @@ -427,7 +427,7 @@ public: SkData* copyToData() const; /** Reset, returning a reader stream with the current content. */ - SkStreamAsset* detatchAsStream(); + SkStreamAsset* detachAsStream(); /** Reset the stream to its original, empty, state. */ void reset(); |