The Birdfont Source Code
Spelling
These changes was commited to the Birdfont repository Thu, 25 Apr 2019 11:41:41 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Spelling
--- a/libbirdfont/BezierTool.vala
+++ b/libbirdfont/BezierTool.vala
@@ -17,7 +17,7 @@
namespace BirdFont {
- /** Create Beziér curves. */
+ /** Create Bezier curves. */
public class BezierTool : Tool {
public const uint NONE = 0;
@@ -88,7 +88,7 @@
}
public override string get_tip () {
- string tip = t_ ("Create Beziér curves") + "\n";
+ string tip = t_ ("Create Bézier curves") + "\n";
tip += HiddenTools.bezier_line.get_key_binding ();
tip += " - ";