summaryrefslogtreecommitdiff
path: root/fluid/code.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/code.cxx')
-rw-r--r--fluid/code.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx
index 62114c238..c9d63e1b5 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -157,7 +157,7 @@ void write_cstring(const char *s, int length) {
return;
}
// if we are rendering to the source code preview window, and the text is
- // longer that four lines, we only render a placeholder.
+ // longer than four lines, we only render a placeholder.
if (write_sourceview && ((s==NULL) || (length>300))) {
if (length>=0)
fprintf(code_file, "\" ... %d bytes of text... \"", length);