]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.h
rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API
[thirdparty/git.git] / notes.h
diff --git a/notes.h b/notes.h
index 3324c486a1a106053621ff215f5689cf1d92af74..2a3f92338076ef8e4b8238aaf570c3273b0f28f0 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -77,7 +77,7 @@ const char *default_notes_ref(void);
  * variable is used, and if that is missing, the default notes ref is used
  * ("refs/notes/commits").
  *
- * If you need to re-intialize a notes_tree structure (e.g. when switching from
+ * If you need to re-initialize a notes_tree structure (e.g. when switching from
  * one notes ref to another), you must first de-initialize the notes_tree
  * structure by calling free_notes(struct notes_tree *).
  *