Commit 1ee2e09d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: spelling

parent 94238454
...@@ -225,7 +225,7 @@ void SoutDialog::updateMRL() ...@@ -225,7 +225,7 @@ void SoutDialog::updateMRL()
QString name = ui.sapName->text(); QString name = ui.sapName->text();
/* FIXME: This sucks. We should really return a QStringList instead of /* FIXME: This sucks. We should really return a QStringList instead of
* (mis)quoting, concatainating and split input item paramters. */ * (mis)quoting, concatenating and split input item paramters. */
name = name.replace( " ", " " ); name = name.replace( " ", " " );
group = group.replace( " ", " " ); group = group.replace( " ", " " );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment