summaryrefslogtreecommitdiffstats
path: root/README.Coding
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-18 19:18:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-18 19:18:13 +0200
commitcb16488cb1bc29657a024a74c21b33445cde87b0 (patch)
treedd22d3061989fdb4cc7cbcb7f20716795a24d203 /README.Coding
parent75b59c9b31d1a69ab58770d8741e15a894a1cad3 (diff)
downloadsamba-cb16488cb1bc29657a024a74c21b33445cde87b0.tar.gz
samba-cb16488cb1bc29657a024a74c21b33445cde87b0.tar.xz
samba-cb16488cb1bc29657a024a74c21b33445cde87b0.zip
Fix path, typo.
Diffstat (limited to 'README.Coding')
-rw-r--r--README.Coding2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Coding b/README.Coding
index 52ecf0e102..8063ae8691 100644
--- a/README.Coding
+++ b/README.Coding
@@ -173,7 +173,7 @@ Goto
----
While many people have been academically taught that goto's are fundamentally
-evil, then can greatly enhance readability and reduce memory leaks when used
+evil, they can greatly enhance readability and reduce memory leaks when used
as the single exit point from a function. But in no Samba world what so ever
is a goto outside of a function or block of code a good idea.