Author: Julien Puydt
Description: fix spelling mistakes
Forwarded: yes (private mail)

--- a/include/cmdline.h
+++ b/include/cmdline.h
@@ -34,8 +34,8 @@
 {
   const char *help_help; /**< @brief Print help and exit help description.  */
   const char *version_help; /**< @brief Print version and exit help description.  */
-  int value_flag;	/**< @brief compute L-function at x+iy. Should be used in conjuction with x and y options (default=off).  */
-  const char *value_help; /**< @brief compute L-function at x+iy. Should be used in conjuction with x and y options help description.  */
+  int value_flag;	/**< @brief compute L-function at x+iy. Should be used in conjunction with x and y options (default=off).  */
+  const char *value_help; /**< @brief compute L-function at x+iy. Should be used in conjunction with x and y options help description.  */
   char * x_arg;	/**< @brief Used with value,value-line-segment, and zeros-interval options (default='.5').  */
   char * x_orig;	/**< @brief Used with value,value-line-segment, and zeros-interval options original value given at command line.  */
   const char *x_help; /**< @brief Used with value,value-line-segment, and zeros-interval options help description.  */
@@ -145,9 +145,9 @@
   const char *twist_complex_no_conj_pairs_help; /**< @brief twist by all complex primitive Dirichlet characters with start <= conductor <= finish. For L-functions with complex Dirichlet coefficients, conjugate pairs of characters are considered equivalent help description.  */
   int twist_generic_flag;	/**< @brief twist by a generic complex Dirichlet characters with start <= conductor <= finish. (default=off).  */
   const char *twist_generic_help; /**< @brief twist by a generic complex Dirichlet characters with start <= conductor <= finish. help description.  */
-  int degree_arg;	/**< @brief can only be used in conjuction with twist-primitive (?). Select characters of specified degree. Not yet implemented.  */
-  char * degree_orig;	/**< @brief can only be used in conjuction with twist-primitive (?). Select characters of specified degree. Not yet implemented original value given at command line.  */
-  const char *degree_help; /**< @brief can only be used in conjuction with twist-primitive (?). Select characters of specified degree. Not yet implemented help description.  */
+  int degree_arg;	/**< @brief can only be used in conjunction with twist-primitive (?). Select characters of specified degree. Not yet implemented.  */
+  char * degree_orig;	/**< @brief can only be used in conjunction with twist-primitive (?). Select characters of specified degree. Not yet implemented original value given at command line.  */
+  const char *degree_help; /**< @brief can only be used in conjunction with twist-primitive (?). Select characters of specified degree. Not yet implemented help description.  */
   int openmp_arg;	/**< @brief whether to use openmp parallelization (beta- very little parallelization currently implemented) . Specify the number of threads to use..  */
   char * openmp_orig;	/**< @brief whether to use openmp parallelization (beta- very little parallelization currently implemented) . Specify the number of threads to use. original value given at command line.  */
   const char *openmp_help; /**< @brief whether to use openmp parallelization (beta- very little parallelization currently implemented) . Specify the number of threads to use. help description.  */
--- a/src/Lcommandline.ggo
+++ b/src/Lcommandline.ggo
@@ -2,7 +2,7 @@
 version	"1.22 July 14, 2009"
 purpose "This program computes zeros and values of L-function."
 
-option "value"           v "compute L-function at x+iy. Should be used in conjuction with x and y options" flag off
+option "value"           v "compute L-function at x+iy. Should be used in conjunction with x and y options" flag off
 option "x"               x "Used with value,value-line-segment, and zeros-interval options" string typestr="Double" default=".5" no
 option "y"               y "Used with value,value-line-segment, and zeros-interval options" string typestr="Double" default="0" no
 option "value-file"      - "compute L-function at points specified in file" string typestr="filename" no
@@ -44,6 +44,6 @@
 option "twist-all-no-conj-pairs" a "twist by all Dirichlet characters with start <= conductor <= finish. For L-functions with complex Dirichlet coefficients, conjugate pairs of characters are considered equivalent" flag off
 option "twist-complex-no-conj-pairs" c "twist by all complex primitive Dirichlet characters with start <= conductor <= finish. For L-functions with complex Dirichlet coefficients, conjugate pairs of characters are considered equivalent" flag off
 option "twist-generic"   g "twist by a generic complex Dirichlet characters with start <= conductor <= finish." flag off
-option "degree"          D "can only be used in conjuction with twist-primitive (?). Select characters of specified degree. Not yet implemented"  int typestr="degree" no
+option "degree"          D "can only be used in conjunction with twist-primitive (?). Select characters of specified degree. Not yet implemented"  int typestr="degree" no
 option "openmp"          O "whether to use openmp parallelization (beta- very little parallelization currently implemented) . Specify the number of threads to use." int no
 
--- a/src/cmdline.c
+++ b/src/cmdline.c
@@ -30,7 +30,7 @@
 const char *gengetopt_args_info_help[] = {
   "  -h, --help                    Print help and exit",
   "  -V, --version                 Print version and exit",
-  "  -v, --value                   compute L-function at x+iy. Should be used in \n                                  conjuction with x and y options  \n                                  (default=off)",
+  "  -v, --value                   compute L-function at x+iy. Should be used in \n                                  conjunction with x and y options  \n                                  (default=off)",
   "  -x, --x=Double                Used with value,value-line-segment, and \n                                  zeros-interval options  (default=`.5')",
   "  -y, --y=Double                Used with value,value-line-segment, and \n                                  zeros-interval options  (default=`0')",
   "      --value-file=filename     compute L-function at points specified in file",
@@ -72,7 +72,7 @@
   "  -a, --twist-all-no-conj-pairs twist by all Dirichlet characters with start <= \n                                  conductor <= finish. For L-functions with \n                                  complex Dirichlet coefficients, conjugate \n                                  pairs of characters are considered equivalent \n                                   (default=off)",
   "  -c, --twist-complex-no-conj-pairs\n                                twist by all complex primitive Dirichlet \n                                  characters with start <= conductor <= finish. \n                                  For L-functions with complex Dirichlet \n                                  coefficients, conjugate pairs of characters \n                                  are considered equivalent  (default=off)",
   "  -g, --twist-generic           twist by a generic complex Dirichlet characters \n                                  with start <= conductor <= finish.  \n                                  (default=off)",
-  "  -D, --degree=degree           can only be used in conjuction with \n                                  twist-primitive (?). Select characters of \n                                  specified degree. Not yet implemented",
+  "  -D, --degree=degree           can only be used in conjunction with \n                                  twist-primitive (?). Select characters of \n                                  specified degree. Not yet implemented",
   "  -O, --openmp=INT              whether to use openmp parallelization (beta- \n                                  very little parallelization currently \n                                  implemented) . Specify the number of threads \n                                  to use.",
     0
 };
@@ -884,7 +884,7 @@
           cmdline_parser_free (&local_args_info);
           exit (EXIT_SUCCESS);
 
-        case 'v':	/* compute L-function at x+iy. Should be used in conjuction with x and y options.  */
+        case 'v':	/* compute L-function at x+iy. Should be used in conjunction with x and y options.  */
         
         
           if (update_arg((void *)&(args_info->value_flag), 0, &(args_info->value_given),
@@ -1198,7 +1198,7 @@
             goto failure;
         
           break;
-        case 'D':	/* can only be used in conjuction with twist-primitive (?). Select characters of specified degree. Not yet implemented.  */
+        case 'D':	/* can only be used in conjunction with twist-primitive (?). Select characters of specified degree. Not yet implemented.  */
         
         
           if (update_arg( (void *)&(args_info->degree_arg), 
--- a/src/Lriemannsiegel_blfi.cc
+++ b/src/Lriemannsiegel_blfi.cc
@@ -1072,7 +1072,7 @@
 
     Double bl_ratio=input_mean_spacing/approx_blfi_mean_spacing;
     if(bl_ratio>0.5){
-        cout<<"Error: mean seperation of input points is too large!"<<"\n";
+        cout<<"Error: mean separation of input points is too large!"<<"\n";
         clean_arrays(0);
         return 0;
     }
