File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ enum ref_storage_format ref_storage_format_by_name(const char *name);
1515const char * ref_storage_format_to_name (enum ref_storage_format ref_storage_format );
1616
1717/*
18- * Resolve a reference, recursively following symbolic refererences .
18+ * Resolve a reference, recursively following symbolic references .
1919 *
2020 * Return the name of the non-symbolic reference that ultimately pointed
2121 * at the resolved object name. The return value, if not NULL, is a
@@ -487,7 +487,7 @@ int refs_delete_reflog(struct ref_store *refs, const char *refname);
487487 * from UTC. Its absolute value is formed by multiplying the hour
488488 * part by 100 and adding the minute part. For example, 1 hour ahead
489489 * of UTC, CET == "+0100", is represented as positive one hundred (not
490- * postiive sixty).
490+ * positive sixty).
491491 *
492492 * The msg parameter is a single complete line; a reflog message given
493493 * to refs_delete_ref, refs_update_ref, etc. is returned to the
@@ -978,7 +978,7 @@ struct ref_store *get_worktree_ref_store(const struct worktree *wt);
978978
979979/*
980980 * Some of the names specified by refs have special meaning to Git.
981- * Organize these namespaces in a comon 'ref_namespace' array for
981+ * Organize these namespaces in a common 'ref_namespace' array for
982982 * reference from multiple places in the codebase.
983983 */
984984
You can’t perform that action at this time.
0 commit comments