From 86b0756e159418137ae540d2f39fe126b2c8d925 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 30 Aug 2018 10:41:16 +0000 Subject: Update dependencies and fluid files, fix typos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/code.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/code.cxx') 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); -- cgit v1.2.3