From dc4f2b67ba89ca2100354e3fd84460a3cfd206ee Mon Sep 17 00:00:00 2001 From: mohrt Date: Tue, 23 Jan 2001 14:30:21 +0000 Subject: [PATCH] fix typo --- docs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.sgml b/docs.sgml index 6920af67..07aaf065 100644 --- a/docs.sgml +++ b/docs.sgml @@ -816,7 +816,7 @@ Intro = """This is a value that spans more if,elseif,else - if statements in Smarty have much the same flexability as php if statements, + if statements in Smarty have much the same flexibility as php if statements, with a few added features for the template engine. Every if must be paired with /if. else and elseif are also permitted. "eq", "ne","neq", "gt", "lt", "lte", "le", "gte" "ge","is even","is odd",