Skip to content
Snippets Groups Projects
Commit 203fd82b authored by nkour's avatar nkour
Browse files

typo

parent d028f986
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment