From 56e7e728ab64b3798ff2867492d416219f3effe5 Mon Sep 17 00:00:00 2001
From: Philip Withnall <withnall@endlessm.com>
Date: Thu, 21 Sep 2017 20:20:47 +0100
Subject: [PATCH] dirfd: Fix typo in documentation for glnx_ensure_dir()

Signed-off-by: Philip Withnall <withnall@endlessm.com>
---
 glnx-dirfd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glnx-dirfd.h b/glnx-dirfd.h
index 11d791e88..0046ac8eb 100644
--- a/glnx-dirfd.h
+++ b/glnx-dirfd.h
@@ -92,7 +92,7 @@ void glnx_gen_temp_name (gchar *tmpl);
  * @mode: Mode
  * @error: Return location for a #GError, or %NULL
  *
- * Wrapper around mkdirat() which ignores adds #GError support, ensures that
+ * Wrapper around mkdirat() which adds #GError support, ensures that
  * it retries on %EINTR, and also ignores `EEXIST`.
  *
  * See also `glnx_shutil_mkdir_p_at()` for recursive handling.
-- 
GitLab