You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by nh...@apache.org on 2015/12/02 18:55:35 UTC

incubator-hawq git commit: HAWQ-189. Fix typos

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 806a87aa6 -> 34edfb96c


HAWQ-189. Fix typos


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/34edfb96
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/34edfb96
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/34edfb96

Branch: refs/heads/master
Commit: 34edfb96c189b7b90c3e59d14809e77818b286b2
Parents: 806a87a
Author: Noa Horn <nh...@pivotal.io>
Authored: Wed Dec 2 09:55:11 2015 -0800
Committer: Noa Horn <nh...@pivotal.io>
Committed: Wed Dec 2 09:55:11 2015 -0800

----------------------------------------------------------------------
 .../java/org/apache/hawq/pxf/service/utilities/Utilities.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/34edfb96/pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/utilities/Utilities.java
----------------------------------------------------------------------
diff --git a/pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/utilities/Utilities.java b/pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/utilities/Utilities.java
index cfd19d1..8bf2c9a 100644
--- a/pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/utilities/Utilities.java
+++ b/pxf/pxf-service/src/main/java/org/apache/hawq/pxf/service/utilities/Utilities.java
@@ -141,8 +141,8 @@ public class Utilities {
      * Replaces any non-alpha-numeric character with a '.'.
      * This measure is used to prevent cross-site scripting (XSS)
      * when an input string might include code or script. By removing
-     * all special character and returning a censured string to the user
-     * this thread is avoided.
+     * all special characters and returning a censured string to the user
+     * this threat is avoided.
      *
      * @param input string to be masked
      * @return masked string