summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-11-28 10:47:55 +0100
committerEike Rathke <erack@redhat.com>2017-11-28 10:49:51 +0100
commite0b60b182394dbe075185e9c07843d2beacaa6b1 (patch)
treeb20140bfc5ad9829869f007521fc9b29f7ec3cda /sc
parent22e747284c92b69175d3add4d1033a0e7aaacc5e (diff)
Fix typos
Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/scfuncs.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc
index 0d3999899ee8..c0cd8abb3a3e 100644
--- a/sc/inc/scfuncs.hrc
+++ b/sc/inc/scfuncs.hrc
@@ -3415,13 +3415,13 @@ const char* SC_OPCODE_LOOKUP_ARY[] =
// -=*# Resource for function MATCH #*=-
const char* SC_OPCODE_MATCH_ARY[] =
{
- NC_("SC_OPCODE_MATCH", "Defines a position in a array after comparing values."),
+ NC_("SC_OPCODE_MATCH", "Defines a position in an array after comparing values."),
NC_("SC_OPCODE_MATCH", "Search criterion"),
NC_("SC_OPCODE_MATCH", "The value to be used for comparison."),
NC_("SC_OPCODE_MATCH", "Lookup array"),
NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."),
NC_("SC_OPCODE_MATCH", "Type"),
- NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria are to be used for comparison purposes.")
+ NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes.")
};
// -=*# Resource for function OFFSET #*=-