summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-08-20 21:21:56 +0000
committerSimo Sorce <idra@samba.org>2002-08-20 21:21:56 +0000
commitfb32fd99b9878db2bacf0588d30fd5f1f37dbfd7 (patch)
tree60bb4ed1e1335e5d67523ed7c9189c2a28e5dec9 /source
parent72e9a5cd340d6a912e274dc0d6f2a22a922d4b03 (diff)
downloadsamba-fb32fd99b9878db2bacf0588d30fd5f1f37dbfd7.tar.gz
samba-fb32fd99b9878db2bacf0588d30fd5f1f37dbfd7.tar.xz
samba-fb32fd99b9878db2bacf0588d30fd5f1f37dbfd7.zip
fix typos
thanks Josef Zlomek
Diffstat (limited to 'source')
-rw-r--r--source/client/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/client/client.c b/source/client/client.c
index a421f36d809..894329a5d1c 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -307,7 +307,7 @@ static BOOL do_this_one(file_info *finfo)
if (*fileselection &&
!mask_match(finfo->name,fileselection,False)) {
- DEBUG(3,("match_match %s failed\n", finfo->name));
+ DEBUG(3,("mask_match %s failed\n", finfo->name));
return False;
}
@@ -695,7 +695,7 @@ static int do_get(char *rname,char *lname)
}
DEBUG(2,("getting file %s of size %.0f as %s ",
- lname, (double)size, lname));
+ rname, (double)size, lname));
if(!(data = (char *)malloc(read_size))) {
d_printf("malloc fail for size %d\n", read_size);