Fixed degrees of freed in t-stat for intercept
[pspp] / src / language / stats / reliability.c
index e82d17f337c39689a737a4ddb2532dd3e7174386..34daf7239f7b3e57216b8e7f0640bef27bee4835 100644 (file)
@@ -56,7 +56,7 @@ struct cronbach
   struct moments1 *total ; /* Moments of the totals */
 };
 
-#if 1
+#if 0
 static void
 dump_cronbach (const struct cronbach *s)
 {
@@ -143,7 +143,7 @@ cmd_reliability (struct lexer *lexer, struct dataset *ds)
     goto error;
 
   if (reliability.n_variables < 2)
-    msg (MW, _("Reliabilty on a single variable is not useful."));
+    msg (MW, _("Reliability on a single variable is not useful."));
 
 
     {