[1/2] alfred: Fix typo Retreive -> Retrieve

Message ID 1450101627-9692-1-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit ebf327b921bbc1f5d99805fc4c306d86d38557cb
Headers

Commit Message

Sven Eckelmann Dec. 14, 2015, 2 p.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 man/alfred.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Simon Wunderlich Dec. 16, 2015, 6:04 p.m. UTC | #1
On Monday 14 December 2015 15:00:27 Sven Eckelmann wrote:
> The length check never used the mesh_iface length in the size calculation.
> Instead it used the length of the mountpoint and the format string. But the
> length of the format string is not the length of the final string.
> 
> Instead remove this check and depend completely on the return value of
> snprintf.
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>

Applied in revision bcd33e6.

Thanks!
    Simon
  
Simon Wunderlich Dec. 16, 2015, 6:04 p.m. UTC | #2
On Monday 14 December 2015 15:00:26 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>

Applied in revision ebf327b.

Thanks!
    Simon
  

Patch

diff --git a/man/alfred.8 b/man/alfred.8
index 95241a7..49d42bc 100644
--- a/man/alfred.8
+++ b/man/alfred.8
@@ -130,7 +130,7 @@  Send data to the alfred server and store it under id 65:
 .br
 \fB     cat /etc/hostname | alfred -s 65\fP
 
-Retreive all data stored as id 65 from all connected alfred servers:
+Retrieve all data stored as id 65 from all connected alfred servers:
 .br
 \fB     alfred -r 65\fP
 .nf