Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
95a04ecf
Commit
95a04ecf
authored
Jan 22, 2018
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misspelling fix
parent
62383b1d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
java/jpwr/jopg/src/Ccm.java
java/jpwr/jopg/src/Ccm.java
+1
-1
profibus/lib/cow/src/cow_pn_gsdml.cpp
profibus/lib/cow/src/cow_pn_gsdml.cpp
+1
-1
src/lib/co/src/co_ccm.c
src/lib/co/src/co_ccm.c
+2
-2
src/lib/co/src/co_xml_parser.cpp
src/lib/co/src/co_xml_parser.cpp
+1
-1
src/lib/rt/src/rt_ini_load.c
src/lib/rt/src/rt_ini_load.c
+3
-3
src/msg/wb/src/wb_foe_msg.msg
src/msg/wb/src/wb_foe_msg.msg
+1
-1
xtt/lib/ge/src/ge_graph_ccm.c
xtt/lib/ge/src/ge_graph_ccm.c
+2
-2
No files found.
java/jpwr/jopg/src/Ccm.java
View file @
95a04ecf
...
...
@@ -2665,7 +2665,7 @@ public class Ccm {
operand
=
rowctx
.
list
.
get
(
idx
-
1
);
if
(
operand
.
parlevel
==
1
)
{
rowctx
.
state
=
K_STATE_ERROR
;
rowctx
.
msg
=
"Parenthes
es mis
smatch"
;
rowctx
.
msg
=
"Parenthes
is mi
smatch"
;
}
else
{
curr_operand
.
parlevel
=
operand
.
parlevel
-
1
;
...
...
profibus/lib/cow/src/cow_pn_gsdml.cpp
View file @
95a04ecf
...
...
@@ -1313,7 +1313,7 @@ int pn_gsdml::tag_stack_push( gsdml_eTag id)
int
pn_gsdml
::
tag_stack_pull
(
gsdml_eTag
id
)
{
if
(
tag_stack_cnt
<
1
||
tag_stack
[
tag_stack_cnt
-
1
]
!=
id
)
{
error_message_line
(
"Tag stack mis
s
match"
);
error_message_line
(
"Tag stack mismatch"
);
return
0
;
}
tag_stack_cnt
--
;
...
...
src/lib/co/src/co_ccm.c
View file @
95a04ecf
...
...
@@ -975,7 +975,7 @@ static void set_operand_parlevel_down( ccm_tRowCtx rowctx)
if
(
operand
->
parlevel
==
1
)
{
rowctx
->
state
=
K_STATE_ERROR
;
strcpy
(
rowctx
->
msg
,
"Parenthes
es mis
smatch"
);
strcpy
(
rowctx
->
msg
,
"Parenthes
is mi
smatch"
);
}
else
{
...
...
@@ -5999,4 +5999,4 @@ buffer_exec_exit:
ccm_free_filectx
(
filectx
);
return
sts
;
}
\ No newline at end of file
}
src/lib/co/src/co_xml_parser.cpp
View file @
95a04ecf
...
...
@@ -696,7 +696,7 @@ int co_xml_interpreter::tag_stack_push( unsigned int id)
int
co_xml_interpreter
::
tag_stack_pull
(
unsigned
int
id
)
{
if
(
tag_stack_cnt
<
1
||
tag_stack
[
tag_stack_cnt
-
1
]
!=
id
)
{
parser
->
error_message_line
(
"Tag stack mis
s
match"
);
parser
->
error_message_line
(
"Tag stack mismatch"
);
return
0
;
}
tag_stack_cnt
--
;
...
...
src/lib/rt/src/rt_ini_load.c
View file @
95a04ecf
...
...
@@ -258,7 +258,7 @@ readSectFile (
time_AtoAscii
(
&
vp
->
time
,
time_eFormat_DateAndTime
,
timbuf1
,
sizeof
(
timbuf1
));
time_AtoAscii
(
&
cp
->
dbs
.
file
.
time
,
time_eFormat_DateAndTime
,
timbuf2
,
sizeof
(
timbuf2
));
errh_LogWarning
(
&
cp
->
log
,
"Version mis
s
match for volume: %s, %s != %s"
,
errh_LogWarning
(
&
cp
->
log
,
"Version mismatch for volume: %s, %s != %s"
,
vp
->
name
,
timbuf1
,
timbuf2
);
cp
->
warnings
++
;
}
...
...
@@ -326,7 +326,7 @@ readSectVolRef (
if
(
dvp
->
volume
.
cid
==
pwr_eClass_DetachedClassVolume
)
{
/* Check dvVersion */
if
(
vp
->
volume
.
dvVersion
!=
volRef
.
time
.
tv_sec
)
{
errh_LogWarning
(
&
cp
->
log
,
"Version mis
s
match for volume %s: %s, %u (present), %d (detached)"
,
errh_LogWarning
(
&
cp
->
log
,
"Version mismatch for volume %s: %s, %u (present), %d (detached)"
,
dvp
->
name
,
vp
->
name
,
vp
->
volume
.
dvVersion
,
volRef
.
time
.
tv_sec
);
cp
->
warnings
++
;
}
...
...
@@ -342,7 +342,7 @@ readSectVolRef (
time_AtoAscii
(
&
vp
->
time
,
time_eFormat_DateAndTime
,
timbuf1
,
sizeof
(
timbuf1
));
time_AtoAscii
(
&
volRef
.
time
,
time_eFormat_DateAndTime
,
timbuf2
,
sizeof
(
timbuf2
));
errh_LogWarning
(
&
cp
->
log
,
"Version mis
s
match for volume: %s, %s != %s"
,
errh_LogWarning
(
&
cp
->
log
,
"Version mismatch for volume: %s, %s != %s"
,
vp
->
name
,
timbuf1
,
timbuf2
);
cp
->
warnings
++
;
}
...
...
src/msg/wb/src/wb_foe_msg.msg
View file @
95a04ecf
...
...
@@ -90,7 +90,7 @@ swindwarn <syntax warnings> /warn
swindsucc <successfull syntax control> /info
nodeclass <node parameter in plcpgm has to be of class rtnode> /error
badscantime <scantime has to be a multiple of 0.02 s> /error
ordermism <mis
s
match in orderattributes> /error
ordermism <mismatch in orderattributes> /error
orderattr <unknown order attribute> /error
apinwind <both object connected to activity pin and subwindow found> /error
anopinorwind <no object connected to activity pin and no subwindow found> /warn
...
...
xtt/lib/ge/src/ge_graph_ccm.c
View file @
95a04ecf
...
...
@@ -1049,7 +1049,7 @@ static void set_operand_parlevel_down( t_row_ctx rowctx)
if
(
operand
->
parlevel
==
1
)
{
rowctx
->
state
=
K_STATE_ERROR
;
strcpy
(
rowctx
->
msg
,
"Parenthes
es mis
smatch"
);
strcpy
(
rowctx
->
msg
,
"Parenthes
is mi
smatch"
);
}
else
{
...
...
@@ -5795,4 +5795,4 @@ static char *gccm_gets( char *str, int size, char *inbuff,
(
*
inbuff_offset
)
++
;
}
return
(
char
*
)
1
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment