From c53588e0e42330f65e8c3be41900900da17a7eda Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sat, 24 Sep 2011 13:25:34 -0400 Subject: [PATCH] buffer.js: fix typo --- modules/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buffer.js b/modules/buffer.js index ecb0301..0d47794 100644 --- a/modules/buffer.js +++ b/modules/buffer.js @@ -126,7 +126,7 @@ function buffer (window) { this.modalities = [buffer_modality]; - // When create_buffer_hook_early runs, basic buffer properties + // When create_buffer_early_hook runs, basic buffer properties // will be available, but not the properties subclasses. create_buffer_early_hook.run(this); -- 2.11.4.GIT