[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 <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Murtadha Hubail <mhubail@apache.org>
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