diff options
author | Tim Potter <tpot@samba.org> | 2003-10-31 02:57:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-31 02:57:02 +0000 |
commit | b0f93e3e656b500d01a97bcace0c5b027996d14d (patch) | |
tree | 2f73c8d80af03d9728618584d8e65ffb8ffe23f7 /source3/tests | |
parent | adcd3e42b4dc200116e260e5db5fe32b55fe5eb5 (diff) | |
download | samba-b0f93e3e656b500d01a97bcace0c5b027996d14d.tar.gz samba-b0f93e3e656b500d01a97bcace0c5b027996d14d.tar.bz2 samba-b0f93e3e656b500d01a97bcace0c5b027996d14d.zip |
Fix spelling mistake.
(This used to be commit cbd95c5a74bef4a6c8fd54a8fc24a50f11678cb7)
Diffstat (limited to 'source3/tests')
-rw-r--r-- | source3/tests/sysquotas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tests/sysquotas.c b/source3/tests/sysquotas.c index e83f28e2d0..2aa643326c 100644 --- a/source3/tests/sysquotas.c +++ b/source3/tests/sysquotas.c @@ -1,4 +1,4 @@ -/* this test should find out what quota api is avalable on the os */ +/* this test should find out what quota api is available on the os */ #if defined(HAVE_QUOTACTL_4A) /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */ |