aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2012-06-01 16:44:32 -0400
committerDeepak Bhole <[email protected]>2012-06-01 16:44:32 -0400
commitf96a26930b07f3f1fd0a8890230d816cb3c2fdc3 (patch)
tree4eb0768d2e842c32a8f3ec8c674cc70fac1d7af7
parentb0179a3d15f966608c6fff5e1088224046759c8e (diff)
Fixed minor typo in ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e22822..aa4903a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
(createJavaObjectFromVariant): Account for length of the characters.
* plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_get_documentbase): Same.
* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc (_eval): Print the
- string's c_str rather than utf8characters/
+ string's c_str rather than utf8characters.
* plugin/icedteanp/IcedTeaPluginUtils.cc (printNPVariant): Account for
length of the characters.
(NPVariantToString): Same.