[Pkg-javascript-commits] [ltx] 357/469: Fix typo

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit ea0268adc3b0ab732b946c4d5fbf97de66e73def
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Wed Nov 26 11:34:15 2014 +0000

    Fix typo
---
 lib/sax/sax_ltx.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sax/sax_ltx.js b/lib/sax/sax_ltx.js
index 6fc8a63..9bb4e58 100644
--- a/lib/sax/sax_ltx.js
+++ b/lib/sax/sax_ltx.js
@@ -166,5 +166,5 @@ function unescapeXml(s) {
         replace(/\>/g, '>').
         replace(/\"/g, '"').
         replace(/\'/g, '\'').
-        replce(/\&#xA;/g, '\n')
+        replace(/\&#xA;/g, '\n')
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list