summaryrefslogtreecommitdiff
path: root/src/refs.c
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-02-15 15:47:28 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-02-15 16:01:25 -0500
commit7efddeb7376b3e10379ea662c9a235ae079119d7 (patch)
tree83f3dbcd42dbe16412e53c62a9078a6111009105 /src/refs.c
parent935f85131fa106730bbf66d49808b5aca375f729 (diff)
downloadlibgit2-7efddeb7376b3e10379ea662c9a235ae079119d7.tar.gz
Fix some typos
Diffstat (limited to 'src/refs.c')
-rw-r--r--src/refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refs.c b/src/refs.c
index a954b8359..4900afabf 100644
--- a/src/refs.c
+++ b/src/refs.c
@@ -1343,7 +1343,7 @@ const char *git_reference__shorthand(const char *name)
else if (!git__prefixcmp(name, GIT_REFS_DIR))
return name + strlen(GIT_REFS_DIR);
- /* No shorthands are avaiable, so just return the name */
+ /* No shorthands are available, so just return the name. */
return name;
}