1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: fix spelling errors.
This patch fix some spelling errors.
Last-Update: 2024-11-27
Author: Giulio Paci <giuliopaci@gmail.com>
--- a/src/sclite/signtest.c
+++ b/src/sclite/signtest.c
@@ -248,7 +248,7 @@ int sign_test_analysis(int num_a, int nu
fprintf(fp," is negative.\n\n");
fprintf(fp,"Decision Analysis:\n\n");
fprintf(fp," Assumptions:\n");
- fprintf(fp," A1: The distibrution of positive and negative differences\n");
+ fprintf(fp," A1: The distribution of positive and negative differences\n");
fprintf(fp," follows the binomial distribution for N fair coin tosses.\n");
fprintf(fp,"\n");
fprintf(fp," A2: In order to resolve the complication caused by cases where the\n");
|