From 406ac0a288c052c0045b8943d152e2f458a02bb8 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 28 Oct 2012 15:20:05 +0100 Subject: [PATCH] Fix banner typo --- src/peg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peg.js b/src/peg.js index 355d461..af591a7 100644 --- a/src/peg.js +++ b/src/peg.js @@ -4,7 +4,7 @@ * http://pegjs.majda.cz/ * * Copyright (c) 2010-2012 David Majda - * Licensend under the MIT license. + * Licensed under the MIT license. */ var PEG = (function(undefined) {