aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/http2/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/http2/core.js')
-rwxr-xr-xlib/internal/http2/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/http2/core.js b/lib/internal/http2/core.js
index 6a701179ce..c3681383f8 100755
--- a/lib/internal/http2/core.js
+++ b/lib/internal/http2/core.js
@@ -1315,7 +1315,7 @@ class Http2Stream extends Duplex {
id: this[kID],
state: this.state,
readableState: this._readableState,
- writeableSate: this._writableState
+ writableState: this._writableState
};
return `Http2Stream ${util.format(obj)}`;
}