aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorColin S. Miller <csmiller@iname.com>2006-02-16 00:53:00 +0100
committerIan Wienand <ianw@debian.org>2006-02-16 00:53:00 +0100
commitdab12d48f97776c2e35f6c6e25142df6daf8f7e8 (patch)
tree45fa075306bd512c302b42e18883f281e6fd9181 /etc
parent458c00f658fec84d2c78dd3fbbb11d33ba8afba0 (diff)
downloadltrace-dab12d48f97776c2e35f6c6e25142df6daf8f7e8.tar.gz
Fixed some typos
Diffstat (limited to 'etc')
-rw-r--r--etc/ltrace.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ltrace.conf b/etc/ltrace.conf
index 7ecce4d..14cb7e8 100644
--- a/etc/ltrace.conf
+++ b/etc/ltrace.conf
@@ -220,7 +220,7 @@ addr calloc(ulong, ulong);
void exit(int);
void free(addr);
string getenv(string);
-int putsenv(string);
+int putenv(string);
int setenv(string,string,int);
void unsetenv(string);
addr malloc(ulong);