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);
15
15
const char * ref_storage_format_to_name (enum ref_storage_format ref_storage_format );
16
16
17
17
/*
18
- * Resolve a reference, recursively following symbolic refererences .
18
+ * Resolve a reference, recursively following symbolic references .
19
19
*
20
20
* Return the name of the non-symbolic reference that ultimately pointed
21
21
* 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);
487
487
* from UTC. Its absolute value is formed by multiplying the hour
488
488
* part by 100 and adding the minute part. For example, 1 hour ahead
489
489
* of UTC, CET == "+0100", is represented as positive one hundred (not
490
- * postiive sixty).
490
+ * positive sixty).
491
491
*
492
492
* The msg parameter is a single complete line; a reflog message given
493
493
* 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);
978
978
979
979
/*
980
980
* 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
982
982
* reference from multiple places in the codebase.
983
983
*/
984
984
You can’t perform that action at this time.
0 commit comments