Skip to content

Commit

Permalink
Merge pull request praat#2789 from davidweenink/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
davidweenink authored Nov 20, 2024
2 parents 563bd68 + fb39be0 commit 6ef8b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fon/manual_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ A function that can be used in @@Formulas@.
Syntax and semantics
====================
#`chiSquareQ` (%`chiSquare`, %`df`)
: compute the area under the %\ci^2 curve between %`chiSquare` and +\\oo,
: compute the area under the %\ci^2 curve between %`chiSquare` and +\oo,
for %`df` degrees of freedom, i.e. the “statistical significance %p”
of the %\ci^2 difference between two distributions in %`df`+1 dimensions.
Expand Down
4 changes: 2 additions & 2 deletions sys/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# meson.build of the library "sys"
# David Weenink, 3 January 2024
# David Weenink, 19 November 2024

sources = '''
ButtonEditor.cpp
Expand All @@ -17,7 +17,7 @@ sources = '''
Notebook.cpp NotebookEditor.cpp
Picture.cpp praat.cpp praat_actions.cpp praat_library.cpp praat_logo.cpp praat_menuCommands.cpp praat_objectMenus.cpp praat_picture.cpp praat_script.cpp praat_statistics.cpp
Preferences.cpp Printer.cpp
sendsocket.c ScriptEditor.cpp StringsEditor.cpp
ScriptEditor.cpp StringsEditor.cpp
Script.cpp Simple.cpp site.cpp Strings.cpp
TextEditor.cpp Thing.cpp
Ui.cpp UiFile.cpp UiPause.cpp'''.split()
Expand Down

0 comments on commit 6ef8b4e

Please sign in to comment.