[jruby-joni] 05/194: correct spelling mistake
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:05 UTC 2018
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository jruby-joni.
commit a638965e993b545ad38ef7f753caa39519717d8c
Author: Edward Betts <edward at 4angle.com>
Date: Fri Sep 1 18:58:04 2017 +0100
correct spelling mistake
---
src/org/joni/Config.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/org/joni/Config.java b/src/org/joni/Config.java
index 30f3871..7588a8c 100644
--- a/src/org/joni/Config.java
+++ b/src/org/joni/Config.java
@@ -66,7 +66,7 @@ public interface Config extends org.jcodings.Config {
final boolean DONT_OPTIMIZE = false;
- final boolean USE_STRING_TEMPLATES = true; // use embeded string templates in Regex object as byte arrays instead of compiling them into int bytecode array
+ final boolean USE_STRING_TEMPLATES = true; // use embedded string templates in Regex object as byte arrays instead of compiling them into int bytecode array
final int MAX_CAPTURE_HISTORY_GROUP = 31;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list