Till Westmann has submitted this change and it was merged.

Change subject: [NO ISSUE] Fix typos
......................................................................


[NO ISSUE] Fix typos

- user model changes: no
- storage format changes: no
- interface changes: no

Change-Id: I10bb0ec96b8a12819f5b2fe5fd8bd698d326a551
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3102
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Contrib: Jenkins <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
---
R 
asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompressionTest.java
M asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Anon. E. Moose #1000171: 
  Jenkins: Verified; No violations found; ; Verified
  Murtadha Hubail: Looks good to me, approved



diff --git 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompresisionTest.java
 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompressionTest.java
similarity index 94%
rename from 
asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompresisionTest.java
rename to 
asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompressionTest.java
index af50bde..4be2142 100644
--- 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompresisionTest.java
+++ 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/test/runtime/SqlppExecutionWithCompressionTest.java
@@ -33,7 +33,7 @@
  * Runs the SQL++ storage runtime tests with the Snappy compression.
  */
 @RunWith(Parameterized.class)
-public class SqlppExecutionWithCompresisionTest {
+public class SqlppExecutionWithCompressionTest {
     protected static final String TEST_CONFIG_FILE_NAME = 
"src/test/resources/cc-compression.conf";
 
     @BeforeClass
@@ -53,7 +53,7 @@
 
     protected TestCaseContext tcCtx;
 
-    public SqlppExecutionWithCompresisionTest(TestCaseContext tcCtx) {
+    public SqlppExecutionWithCompressionTest(TestCaseContext tcCtx) {
         this.tcCtx = tcCtx;
     }
 
diff --git 
a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties 
b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
index 12858ac..1ff4f64 100644
--- a/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
+++ b/asterixdb/asterix-common/src/main/resources/asx_errormsg/en.properties
@@ -155,7 +155,7 @@
 1079 = Compilation error: %1$s
 1080 = Cannot find node group with name %1$s
 1081 = Cannot find function with name %1$s
-1082 = Cannot find datatype wit name %1$s
+1082 = Cannot find datatype with name %1$s
 1083 = Cannot find index with name %1$s
 1084 = An index with this name %1$s already exists
 1085 = A datatype with this name %1$s already exists

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/3102
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I10bb0ec96b8a12819f5b2fe5fd8bd698d326a551
Gerrit-PatchSet: 5
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Till Westmann <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Dmitry Lychagin <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Murtadha Hubail <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>

Reply via email to