summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_solarisacl.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-27 00:22:07 +0100
committerVolker Lendecke <vl@samba.org>2007-12-27 00:22:07 +0100
commit23c965d9472058c566a1b9f8a44964acd5c8a446 (patch)
treed9414324c7a45a0d05f1f0e56269529e2515f4bc /source3/modules/vfs_solarisacl.c
parent07867ec373b98d6c0d3048983091ba4c49231196 (diff)
downloadsamba-23c965d9472058c566a1b9f8a44964acd5c8a446.tar.gz
samba-23c965d9472058c566a1b9f8a44964acd5c8a446.tar.bz2
samba-23c965d9472058c566a1b9f8a44964acd5c8a446.zip
typos
(This used to be commit 30fa3477c8f810d8f2b4c4be218509544735274c)
Diffstat (limited to 'source3/modules/vfs_solarisacl.c')
-rw-r--r--source3/modules/vfs_solarisacl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c
index 673b6805af..cda243f8c1 100644
--- a/source3/modules/vfs_solarisacl.c
+++ b/source3/modules/vfs_solarisacl.c
@@ -264,8 +264,8 @@ int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle,
}
done:
- DEBUG(10, ("solarisacl_sys_acl_st_fd %s.\n",
- ((ret == 0) ? "succeded" : "failed" )));
+ DEBUG(10, ("solarisacl_sys_acl_set_fd %s.\n",
+ ((ret == 0) ? "succeeded" : "failed" )));
SAFE_FREE(solaris_acl);
SAFE_FREE(default_acl);
return ret;