From 203fd82b34e160eba7dd851355039bc3784adc69 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 22 Nov 2005 14:12:34 +0000 Subject: [PATCH] typo --- src/common/optparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/optparser.py b/src/common/optparser.py index a48ff41c7..c3eedbdd9 100644 --- a/src/common/optparser.py +++ b/src/common/optparser.py @@ -105,7 +105,7 @@ class OptionsParser: except IOError, e: return str(e) try: - gajim.config.foreach(self.write_line, fd) + gajim.config.foreach(self.write_line, f) except IOError, e: return str(e) f.close()