Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
villevoutilainen committed Apr 26, 2024
1 parent 4c3b8d6 commit 7dc3eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PPP/Graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct Text : Shape {
struct Axis : Shape {
// representation left public
enum Orientation { x, y, z };
Axis(Orientation d, Point xy, int length, int nummber_of_notches=0, string label = "");
Axis(Orientation d, Point xy, int length, int number_of_notches=0, string label = "");

void draw_specifics(Painter& painter) const override;
void move(int dx, int dy) override;
Expand Down

0 comments on commit 7dc3eaf

Please sign in to comment.