This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository hyphy.

commit e381a090469aa166cef10964b601b694f31c82db
Author: Andreas Tille <[email protected]>
Date:   Wed Jul 8 17:58:55 2015 +0200

    Fix two spelling issues
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 88e398d..924eda3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 # arch_all_files_to_usr_share.patch
 use_debian_sqlite.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..5263b8f
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,33 @@
+Author: Andreas Tille <[email protected]>
+Last-Update: Mon, 29 Jun 2015 11:13:57 +0200
+Description: Fix two spelling issues
+
+--- a/src/gui/HYDialogDefs.cpp
++++ b/src/gui/HYDialogDefs.cpp
+@@ -1719,7 +1719,7 @@ _String  NewTreeWindow (long sourceDF)
+     long    k;
+ 
+     AddItemToPreferences (1|8,-1,"Tree Identifier","Choose an identifier for 
the new tree variable.","",nil,theList,false);
+-    AddItemToPreferences (0,PREFITEM_TEXTBOX,"Identifier","This must be a 
valid unique HYPHY identifier (begins with a letter or an underscore, containes 
letters, numbers or underscores).","New_Tree",nil, theList,false);
++    AddItemToPreferences (0,PREFITEM_TEXTBOX,"Identifier","This must be a 
valid unique HYPHY identifier (begins with a letter or an underscore, contains 
letters, numbers or underscores).","New_Tree",nil, theList,false);
+     AddItemToPreferences (1|8,-1,"Tips and Labels","Specifies whether the new 
tree will be created based on the sequences of an existing data set, or simply 
with a given number of tips. Also selects the style for the new 
tree.","",nil,theList,false);
+     AddItemToPreferences (0,PREFITEM_TEXTBOX,"Number of Tips","Use this 
option to create a tree with a desired number of tips, without linking to an 
existing data file.","10",nil,theList,false);
+     if (sourceDF<0) {
+@@ -4929,4 +4929,4 @@ void    yieldCPUTime (void)
+ 
+ 
+ 
+-//EOF
+\ No newline at end of file
++//EOF
+--- a/src/gui/preferences.cpp
++++ b/src/gui/preferences.cpp
+@@ -155,7 +155,7 @@ void  ReadPreferences (void)
+                           "Normal",optionList.Tokenize (comma), 
globalPreferencesList,true);
+     optionList = "Do not use distances,Use distances";
+     
_hyPreferencesKeys.Insert(_hyPreferencesInitGuess.makeDynamic(),((_List*)globalPreferencesList.lData[4])->lLength);
+-    AddItemToPreferences 
(0,PREFITEM_POPUP,_hyPreferencesInitGuess,"Determines whether distance methods 
are to be used to obtain intial parameter value guesses. Applies only to 
nuceleotide models.",
++    AddItemToPreferences 
(0,PREFITEM_POPUP,_hyPreferencesInitGuess,"Determines whether distance methods 
are to be used to obtain initial parameter value guesses. Applies only to 
nuceleotide models.",
+                           "Use distances",optionList.Tokenize (comma), 
globalPreferencesList,true);
+     
_hyPreferencesKeys.Insert(_hyPreferencesStartValue.makeDynamic(),((_List*)globalPreferencesList.lData[4])->lLength);
+     AddItemToPreferences (0,PREFITEM_TEXTBOX,_hyPreferencesStartValue,"Sets 
starting values for parameters for optimization routines. If starting values 
are obtained by distance methods, this option is ignored.",

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/hyphy.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to