From 6f85dfef2742242d89cc4425e238d2b69dd590b5 Mon Sep 17 00:00:00 2001 From: Vance Lankhaar Date: Sat, 26 Jun 2004 17:33:30 +0000 Subject: s/seperate/separate/g Vance (This used to be commit 7a5d05a8c3139ea2a1cb4852d1ee82741dd3e028) --- docs/Samba-Developers-Guide/contributing.xml | 2 +- docs/Samba-Developers-Guide/packagers.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Samba-Developers-Guide') diff --git a/docs/Samba-Developers-Guide/contributing.xml b/docs/Samba-Developers-Guide/contributing.xml index a06dfd14db..8749c00084 100644 --- a/docs/Samba-Developers-Guide/contributing.xml +++ b/docs/Samba-Developers-Guide/contributing.xml @@ -67,7 +67,7 @@ Test your patch. It might take a while before one of us looks at your patch so it will take longer before your patch when your patch needs to go thru the review cycle again. - Don't put seperate patches in one large diff file. This makes + Don't put separate patches in one large diff file. This makes it harder to read, understand and test the patch. You might also risk not getting a good patch committed because you mixed it with one that had issues. diff --git a/docs/Samba-Developers-Guide/packagers.xml b/docs/Samba-Developers-Guide/packagers.xml index a55f4c6581..2d85430676 100644 --- a/docs/Samba-Developers-Guide/packagers.xml +++ b/docs/Samba-Developers-Guide/packagers.xml @@ -31,7 +31,7 @@ Version 2.999+3.0.alpha21-5 for Debian Modules Samba now has support for building parts of samba as plugins. This -makes it possible to, for example, put ldap or mysql support in a seperate +makes it possible to, for example, put ldap or mysql support in a separate package, thus making it possible to have a normal samba package not depending on ldap or mysql. To build as much parts of samba as a plugin, run: -- cgit