]> granicus.if.org Git - recode/commitdiff
combine.c: minor English fixes in comments
authorReuben Thomas <rrt@sc3d.org>
Thu, 25 Jan 2018 16:06:46 +0000 (16:06 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 26 Jan 2018 11:51:21 +0000 (11:51 +0000)
src/combine.c

index c97c0afc67e0cd0f0b170eb6de82d2bb5156a73e..7b307458dc4cd461a6e9abf680e3a457f155e664 100644 (file)
@@ -39,7 +39,7 @@
    hash coding.
 
    The less satisfactory aspects are that the user interface is still very
-   rude.  For the time being, I merely added a "combined" charset: combining
+   crude.  For the time being, I merely added a "combined" charset: combining
    is done by `u2..co', exploding is done by `co..u2'.  We surely could do
    much better, and build on the concept of options (introduced by `+' in the
    request syntax), Options are probably going to be used for other
@@ -49,7 +49,7 @@
    foresee is that, contrarily to surfaces, options like transliteration or
    combining _require_ specific charsets (like UCS-2) as a vehicle, and if
    UCS-2 is not otherwise mandated in the request, we would have to create
-   such an UCS-2 intermediate.  On the other hand, if UCS-2 is sandwidched
+   such an UCS-2 intermediate.  On the other hand, if UCS-2 is sandwiched
    somewhere in a complex series of steps, we should implicitly propagate
    options towards the UCS-2 step.  Even if nothing looks utterly difficult, I
    guess that for doing it right, a lot of attention and care is needed.