Skip to content

Commit ff2d94f

Browse files
authored
fix typo in hb.ml (fix #279)
1 parent d749055 commit ff2d94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ way but without all details they may not be parsable without manual editing.
149149

150150
usage:
151151
hb patch [-f] <file.v>.. Applies the patches in <file.v.hb> to <file.v>.
152-
-f forces patch application even if the soure file
152+
-f forces patch application even if the source file
153153
is newer than the patch.
154154
hb reset <file.v>.. Erases all generated code from source file. It does
155155
nothing if the file is not patched. If a patch file

0 commit comments

Comments
 (0)