Properites -> Properties spelling err fix.
authorBrandon King <kingb@caltech.edu>
Fri, 19 Oct 2007 18:49:36 +0000 (18:49 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 19 Oct 2007 18:49:36 +0000 (18:49 +0000)
 * Reported by Erich Schwarz.

qui/seqbrowser/seqproperties/PropertiesWindow.cpp

index a47b7101e9aa502b15533303019d8f661d32dca5..54c2fa33dee2acffe890b2c8333be962e8c6100b 100644 (file)
@@ -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();
   }