X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=qui%2Fseqbrowser%2Fseqproperties%2FPropertiesWindow.cpp;h=54c2fa33dee2acffe890b2c8333be962e8c6100b;hp=a47b7101e9aa502b15533303019d8f661d32dca5;hb=5368304f53c942cf17ae0f24736b44335c09010a;hpb=654bbba57ab542cd0a36c8ac619656d433f6fb29 diff --git a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp index a47b710..54c2fa3 100644 --- a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp +++ b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp @@ -76,7 +76,7 @@ void PropertiesWindow::modelUpdated(const QModelIndex&, int, int ) void PropertiesWindow::updateTitle() { - std::string title("Sequence Properites: "); + std::string title("Sequence Properties: "); if (analysis) { title += analysis->get_title(); }