]> granicus.if.org Git - fribidi/commitdiff
Misc. typos
authorluz.paz <luzpaz@users.noreply.github.com>
Sat, 3 Feb 2018 20:49:16 +0000 (15:49 -0500)
committerluz.paz <luzpaz@users.noreply.github.com>
Sat, 3 Feb 2018 20:49:16 +0000 (15:49 -0500)
Found via `codespell -q 3`

ChangeLog.old
THANKS
lib/fribidi-arabic.h
lib/fribidi-bidi.c
lib/fribidi-bidi.h
lib/fribidi-deprecated.h
lib/fribidi-joining.h
lib/fribidi-run.c
test/test_CapRTL_explicit.input
test/test_CapRTL_explicit.reference

index 22679e5719bb53a5b4ab47f562ad1eff8c5b7b30..ba4caa2914fcc81daa5b4614043d56a8da176c85 100644 (file)
        UNI_MAX_BIDI_LEVEL and moved to fribidi_unicode.h, should not check
        fribidi with debug-enabled reference code anymore.  Updated
        conformance/test to reflect this change.
-       * README: Sample input and output removed, refered to tests directory
+       * README: Sample input and output removed, referred to tests directory
        * fribidi_config.h.in: Added, configure creates fribidi_config.h from
        this.
        * fribidi.spec.in: Added, configure creates fribidi.spec from this.
        target fribidi_tab_char_type_N.i added, which N is replaced with
        a digit between 2 and 9, and makes a table with compress level N.
        * acinclude.m4: glib material removed.
-       * configure.in: VERISON update, INTERFACE_VERSION added. glib
+       * configure.in: VERSION update, INTERFACE_VERSION added. glib
        material removed, fribidi_tab_char_types_N.i configuration added,
        option --without-charsets added.  Also creates fribidi_config.h.
        * fribidi-config.in: A small bug fixed, to set the --cflags output
        conversion.
 
 2001-04-10  Behdad Esfahbod <behdad@bamdad.org>
-       * *.c/*.h: Changed all "guchar"s to "gchar" and neede casts done.
+       * *.c/*.h: Changed all "guchar"s to "gchar" and needed casts done.
        * Makefile.am: Added MAINTAINERCLEANFILES to remove files
        "configure", "config.h.in", "Makefile.in", "aclocal.m4" by
        maintainer-clean target.
        if successful and FALSE otherwise.
        * fribidi_main.c, fribidi_benchmark.c: Changed to use getopt library,
        to handle command line parameters better.
-       * fribidi_main.c: Changed to if COLUMNS enviroment variable is
+       * fribidi_main.c: Changed to if COLUMNS environment variable is
        defined, use its value for text width.
 
 2001-03-29  Behdad Esfahbod <behdad@bamdad.org>
        Option --test simulates the old test_fribidi (same as --fill
        --showinput --clean)
        Option --clean now works for all charsets.
-       Option --fill implementated.
+       Option --fill implemented.
        Options --version, --showinput, --ltov, --vtol, --levels, --changes,
        --novisual, --charsetdesc added.
        Now use the charset conventions, lots of code removed.
        * fribidi.c: Define symbol NO_STDIO changed to DEBUG, to turn on or
        off all debug codes compile time, also a function fribidi_set_debug,
        turns on and off the debug output generations in run time.
-       * fribidi.c: Added some more debug information, all debug informations
+       * fribidi.c: Added some more debug information, all debug information
        revised and go to stderr now.
        * fribidi.c: Fixed a bug in rule W5, that is when some european
        terminators are between some arabic letters and some european
          patterns that are common in Bidi supported programs.
 
 1999-04-28  Dov Grobgeld  <dov.grobgeld@gmail.com>
-       * Fixed bug in fribidi_log2vis which occured if only the v2l
+       * Fixed bug in fribidi_log2vis which occurred if only the v2l
          array was requested and not the l2v array.
        * Fixed bug in test_fribidi when using option test_vtol .
        * Changed types in call to fribidi_log2vis to be more memory 
 
 1999-02-08  Dov Grobgeld  <dov.grobgeld@gmail.com>
        * Released 0.1.3 to match the perl module FriBidi.
-       * Added length paramater to fribidi_unicode_to_iso8859_8().
+       * Added length parameter to fribidi_unicode_to_iso8859_8().
        * Fixed bug in fribidi.c related to zero length strings.
        * Released 0.1.2.
        * Added options -ltr and -rtl to fribidi to force LTR and RTL 
diff --git a/THANKS b/THANKS
index a934939f24d8b970ffa1a6eb4fb96644f172ad64..6e138b9667fca72e778fa12da5e78e9c6db8d2c5 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -18,7 +18,7 @@ Tomas Frydrych <tomas@frydrych.uklinux.net>
        * Contirbuted patches for compiling GNU FriBidi under other OSes.
 
 Franck Portaneri
-       * For the Mozilla BiDi languges support document;
+       * For the Mozilla BiDi languages support document;
 
 Roozbeh Pournader <roozbeh@sharif.edu>
        * Fixed things here and there.
index 195caa03dcd03aa3f6438fa3b16dfddf076932eb..3eaec430088d5132e51c5684babe0fc0ca81403e 100644 (file)
@@ -54,7 +54,7 @@
  *                                        rendering capabilities.
  *
  * Of the above, FRIBIDI_FLAG_SHAPE_ARAB_CONSOLE is only used in special
- * cases, but the rest are recommended in any enviroment that doesn't have
+ * cases, but the rest are recommended in any environment that doesn't have
  * other means for doing Arabic shaping.  The set of extra flags that enable
  * this level of Arabic support has a shortcut named FRIBIDI_FLAGS_ARABIC.
  */
index 12cb44e8478065966934dc0427a5898cea8750e7..911a470211154b755053ae048328e4eafa8bffee 100644 (file)
@@ -1498,7 +1498,7 @@ fribidi_reorder_line (
                if (i < off || embedding_levels[i] != level)
                  {
                    i++;
-                   DBG ("warning: NSM(s) at the beggining of level run");
+                   DBG ("warning: NSM(s) at the beginning of level run");
                  }
 
                if (visual_str)
index 1596056005c831af2e1aff8fe420185431eb79e5..de98d7a33ce89bcf4152e7fe6e2b57331875b265 100644 (file)
@@ -75,7 +75,7 @@ FRIBIDI_ENTRY FriBidiParType fribidi_get_par_direction (
  * There are a few macros defined in fribidi-bidi-types.h to work with this
  * embedding levels.
  *
- * Returns: Maximum level found plus one, or zero if any error occured
+ * Returns: Maximum level found plus one, or zero if any error occurred
  * (memory allocation failure most probably).
  */
 FRIBIDI_ENTRY FriBidiLevel
@@ -119,7 +119,7 @@ fribidi_get_par_embedding_levels_ex (
  * in FRIBIDI_FLAGS_DEFAULT.
  *
  * Returns: Maximum level found in this line plus one, or zero if any error
- * occured (memory allocation failure most probably).
+ * occurred (memory allocation failure most probably).
  */
      FRIBIDI_ENTRY FriBidiLevel fribidi_reorder_line (
   FriBidiFlags flags, /* reorder flags */
index adc0bcb6530276fb73115163dceeb41ef13d4dcc..9177f1f312bc8338804d34a287f9e8fe7e4579d4 100644 (file)
@@ -51,8 +51,8 @@
  *
  * This function is used to turn character mirroring on or off.
  * Character mirroring is the act of replacing a mirrorable glyph
- * (character), eg. left paranthesis, with the matching glyph, 
- * eg. right paranthesis, in a right-to-left resolved context.
+ * (character), eg. left parenthesis, with the matching glyph, 
+ * eg. right parenthesis, in a right-to-left resolved context.
  * If your rendering engine does mirroring itself, you may want to 
  * turn it off here.
  *
@@ -156,7 +156,7 @@ fribidi_get_type_internal (
  * lines; but feel free to do otherwise if you know what you are doing.
  * Deprecated.  Use fribidi_remove_special_chars instead.
  *
- * Returns: New length of the string, or \-1 if an error occured (memory
+ * Returns: New length of the string, or \-1 if an error occurred (memory
  * allocation failure most probably).
  */
 FRIBIDI_ENTRY FriBidiStrIndex
@@ -186,7 +186,7 @@ fribidi_remove_bidi_marks (
  * This function is obsolete because it only handles one-line paragraphs. 
  * Please consider using other functions instead.  Deprecated.
  *
- * Returns: Maximum level found plus one, or zero if any error occured
+ * Returns: Maximum level found plus one, or zero if any error occurred
  * (memory allocation failure most probably).
  */
      FRIBIDI_ENTRY FriBidiLevel fribidi_log2vis (
index d282776aa0a0ea77f0eab2e7eca2a1656a5d486a..fb35098c9a5c3cd91b168b066f475579dee0b2f1 100644 (file)
@@ -62,7 +62,7 @@ FRIBIDI_ENTRY void fribidi_join_arabic (
   const FriBidiLevel *embedding_levels,        /* input list of embedding
                                           levels, as returned by
                                           fribidi_get_par_embedding_levels */
-  FriBidiArabicProp *ar_props  /* Arabic properties to analyze, initilized by
+  FriBidiArabicProp *ar_props  /* Arabic properties to analyze, initialized by
                                   joining types, as returned by
                                   fribidi_get_joining_types */
 );
index 68c8c99a08b4f97eb1816c0a588a2bb8c4e91557..5d806f609da1e74cf25d7918d155f2ce571dff3c 100644 (file)
@@ -269,7 +269,7 @@ shadow_run_list (
        /* r needed? */
        if (r->pos + r->len > pos2)
          {
-           /* cut the begining of r. */
+           /* cut the beginning of r. */
            r->len = r->pos + r->len - pos2;
            r->pos = pos2;
          }
index 7de582a953fcdce65376c1b50a666f1d93a596db..70711e28c04eeb194eb1bed96d31cd2cc6a5eca9 100644 (file)
@@ -11,4 +11,4 @@ A REAL BIG_l_o BUG!
 a _L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_Rbug
 AN ARABIC _l_o 123-456 NICE ONE!
 AN ARABIC _l _o 123-456 PAIR
-this bug 67_r_o89 catched!
+this bug 67_r_o89 caught!
index c7deb28abc2c335c2ad28451b2ce3fbc8178f09c..8af2e9025416d990d00a1dd8470c8f7b5d09ccdb 100644 (file)
@@ -11,4 +11,4 @@ A REAL BIG_l_o BUG!                 =>                     !GUB GIB LAER A
 a _L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_Rbug => a gub
 AN ARABIC _l_o 123-456 NICE ONE!    =>        !ENO ECIN 456-123  CIBARA NA
 AN ARABIC _l _o 123-456 PAIR        =>            RIAP   123-456 CIBARA NA
-this bug 67_r_o89 catched!          => this bug 6789 catched!
+this bug 67_r_o89 caught!          => this bug 6789 caught!