aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorNick Hanley <nicholasjhanley@gmail.com>2022-11-16 13:28:50 -0500
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-11-29 22:09:43 +0100
commitde8e3bb7b6fedc0554cee20834001dd4a739cd88 (patch)
treeae49efb024ab687e7af52149b42df7be1d31192c /text.h
parent8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff)
downloadvis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz
vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz
fix miscellaneous spelling mistakes
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.h b/text.h
index b7d69fe..048aef7 100644
--- a/text.h
+++ b/text.h
@@ -177,7 +177,7 @@ bool text_snapshot(Text*);
*/
size_t text_undo(Text*);
/**
- * Reapply an older change along the main brach.
+ * Reapply an older change along the main branch.
* @rst
* .. note:: Takes an implicit snapshot.
* @endrst