lttng: Update Callstack View documentation
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / CTFTraceTest.java
index aebf35ea245572621617dc5607d8de04ac10dd9d..5f78810b074dcd4cb00f9ce02f12d8ec2a8d8261 100644 (file)
@@ -230,11 +230,11 @@ public class CTFTraceTest {
     }
 
     /**
-     * Run the boolean majortIsSet() method test.
+     * Run the boolean majorIsSet() method test.
      */
     @Test
-    public void testMajortIsSet() {
-        boolean result = fixture.majortIsSet();
+    public void testMajorIsSet() {
+        boolean result = fixture.majorIsSet();
         assertTrue(result);
     }
 
This page took 0.02767 seconds and 5 git commands to generate.