Skip to content

Commit 654e3d8

Browse files
ehdrylangfmbenhassine
authored andcommitted
Fix typo in documentation
Issue #3907
1 parent c68c115 commit 654e3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/job.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ can have "natural" names. So for example, you can create a set of XML configurat
14821482
each having only one Job, but all having different definitions of an `ItemReader` with the
14831483
same bean name, such as "reader". If all those files were imported into the same context,
14841484
the reader definitions would clash and override one another, but with the automatic
1485-
regsistrar this is avoided. This makes it easier to integrate jobs contributed from
1485+
registrar this is avoided. This makes it easier to integrate jobs contributed from
14861486
separate modules of an application.
14871487

14881488
[role="xmlContent"]

0 commit comments

Comments
 (0)