summaryrefslogtreecommitdiff
path: root/lib/argz.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-06-02 13:06:56 +0000
committerKarl Berry <karl@freefriends.org>2005-06-02 13:06:56 +0000
commitcdfe0337fb8d9c657d9c89b9f2f75212f5eb2fa7 (patch)
treef8125ca44356e63a332be0e17ab64159f7e0ae99 /lib/argz.c
parent5298bb7c46061a8148cea651a6778f2fdf1b151c (diff)
downloadgnulib-cdfe0337fb8d9c657d9c89b9f2f75212f5eb2fa7.tar.gz
autoupdate
Diffstat (limited to 'lib/argz.c')
-rw-r--r--lib/argz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/argz.c b/lib/argz.c
index c7c1e1acf5..6ce502dd40 100644
--- a/lib/argz.c
+++ b/lib/argz.c
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/* Provide our wierdo HAVE_CONFIG_H rvalue for other clients. */
#if !defined(LTDL) && defined(HAVE_CONFIG_H)
@@ -88,7 +88,7 @@ argz_create_sep (const char *str, int delim, char **pargz, size_t *pargz_len)
assert (pargz);
assert (pargz_len);
- /* Make a copy of STR, but replacing each occurence of
+ /* Make a copy of STR, but replacing each occurrence of
DELIM with '\0'. */
argz_len = 1+ strlen (str);
if (argz_len)