mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo in a comment
MFC after: 3 days X-MFC-to: stable/10
This commit is contained in:
parent
a7ce3cb185
commit
33291485ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue