Skip to content

Commit

Permalink
Merge pull request #13 from jlawrence44/patch-1
Browse files Browse the repository at this point in the history
typo correction in line 156
  • Loading branch information
ocefpaf committed Apr 22, 2024
2 parents 1701599 + e635806 commit bcc8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolbox/gsw_demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
end
fprintf(1,' \n');
pause(2)
fprintf(1,'The bouyancy (Brunt Vasaila) frequency squared (N^2) at the mid point \n');
fprintf(1,'The buoyancy (Brunt Vasaila) frequency squared (N^2) at the mid point \n');
fprintf(1,'pressure (p_mid) between the "bottles" can be obtained by using the \n');
fprintf(1,'function "gsw_Nsquared" \n');
fprintf(1,'[N2, p_mid] = gsw_Nsquared(SA,CT,p) \n');
Expand Down

0 comments on commit bcc8f25

Please sign in to comment.