summaryrefslogtreecommitdiff
path: root/src/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index 2cbcafe52..24ac58ee9 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -42,7 +42,7 @@ int git_runtime_init_count(void);
* such that there are no remaining `init` calls, then any
* shutdown hooks that have been registered will be invoked.
*
- * The number of oustanding initializations will be returned.
+ * The number of outstanding initializations will be returned.
* If this number is 0, then the runtime is shutdown.
*
* @return The number of outstanding initializations (after this one) or an error