From 33291485ae6572b3a460516bf2c86f0eaae41381 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Sun, 24 Jan 2016 17:15:42 +0000 Subject: [PATCH] Fix a typo in a comment MFC after: 3 days X-MFC-to: stable/10 --- usr.sbin/bsdconfig/share/strings.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/share/strings.subr b/usr.sbin/bsdconfig/share/strings.subr index 487e06174532..e624fb5c7cd7 100644 --- a/usr.sbin/bsdconfig/share/strings.subr +++ b/usr.sbin/bsdconfig/share/strings.subr @@ -110,7 +110,7 @@ f_sprintf() # Example 2: # # limit=12 format="%s %s" -# format_args=" 'doghouse' 'foxhound' " +# format_args=" 'doghouse' 'fox' " # # even more spaces added to illustrate escape-method # f_vsnprintf foo $limit "$format" "$format_args" # foo=[doghouse fox] #