diff options
author | Ming Hua <plateauwolf@qq.com> | 2020-11-26 01:08:33 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-26 18:16:39 +0100 |
commit | 2b5d320630aaa89fc3857f2926b82d116910f905 (patch) | |
tree | 97f8e5066d67bf0d68b347c9d4e486e46f6295b2 /starmath/inc/strings.hrc | |
parent | f424bed38ce34a3f73dafb6de20632ed8275cf18 (diff) |
Fix typo in code: caos -> chaos
Change-Id: I8894d83d0131f5bc49d6be7b158cf90401174bab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106671
Tested-by: Jenkins
Reviewed-by: Dante DM <dante19031999@gmail.com>
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'starmath/inc/strings.hrc')
-rw-r--r-- | starmath/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/strings.hrc b/starmath/inc/strings.hrc index 9ecaaf1baae4..01dc7b864ee4 100644 --- a/starmath/inc/strings.hrc +++ b/starmath/inc/strings.hrc @@ -325,7 +325,7 @@ #define RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP NC_("RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP", "Gauss distribution" ) #define RID_EXAMPLE_EULER_LAGRANGE_HELP NC_("RID_EXAMPLE_EULER_LAGRANGE_HELP", "Euler-Lagrange equation" ) #define RID_EXAMPLE_FTC_HELP NC_("RID_EXAMPLE_FTC_HELP", "Fundamental theorem of calculus" ) -#define RID_EXAMPLE_CAOS_HELP NC_("RID_EXAMPLE_CAOS_HELP", "Chaos equation" ) +#define RID_EXAMPLE_CHAOS_HELP NC_("RID_EXAMPLE_CHAOS_HELP", "Chaos equation" ) #define RID_EXAMPLE_EULER_IDENTITY_HELP NC_("RID_EXAMPLE_EULER_IDENTITY_HELP", "Euler's identity" ) #define RID_EXAMPLE_2NEWTON NC_("RID_EXAMPLE_2NEWTON", "Newton's second law" ) #define RID_EXAMPLE_GENERAL_RELATIVITY_HELP NC_("RID_EXAMPLE_GENERAL_RELATIVITY_HELP", "General relativity") |