URL: https://github.com/SSSD/sssd/pull/195
Author: mzidek-rh
 Title: #195: UTIL: Typo in comment
Action: opened

PR body:
"""
I hope this patch makes it to the rebase. I do not understand how people were 
even able to use SSSD without it. Someone with deep knowledge of SSSD internals 
should start the review immediately.
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/195/head:pr195
git checkout pr195
From 47a005f7d49929bb65ee9f0d43f07194cac2c97c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzi...@redhat.com>
Date: Tue, 14 Mar 2017 18:20:43 +0100
Subject: [PATCH] UTIL: Typo in comment

---
 src/util/safe-format-string.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/safe-format-string.h b/src/util/safe-format-string.h
index 2f4796d..fdebcf9 100644
--- a/src/util/safe-format-string.h
+++ b/src/util/safe-format-string.h
@@ -42,7 +42,7 @@
  * Features:
  * - Only string 's' fields are supported
  * - All the varargs should be strings, followed by a NULL argument
- * - Both positional '%$1s' and non-positional '%s' are supported
+ * - Both positional '%1$s' and non-positional '%s' are supported
  * - Field widths '%8s' work as expected
  * - Precision '%.8s' works, but precision cannot be read from a field
  * - Left alignment flag is supported '%-8s'.
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to