From 8188a65884ac1bca0aea32c5fdbaa19bc3b868f0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 23 Apr 2013 00:15:42 -0500 Subject: Fix kdirlister crash This resolves Bug 1476 --- tdeconf_update/tdeconf_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeconf_update') diff --git a/tdeconf_update/tdeconf_update.cpp b/tdeconf_update/tdeconf_update.cpp index 814e68a16..a0b32e71a 100644 --- a/tdeconf_update/tdeconf_update.cpp +++ b/tdeconf_update/tdeconf_update.cpp @@ -738,7 +738,7 @@ void KonfUpdate::gotScript(const TQString &_script) if (script.isEmpty()) { - log() << currentFilename << ": !! Script fails to specifiy filename in line " << m_lineCount << " : '" << m_line << "'" << endl; + log() << currentFilename << ": !! Script fails to specify filename in line " << m_lineCount << " : '" << m_line << "'" << endl; skip = true; return; } -- cgit v1.2.1