API page: http://api.drupal.org/api/examples/batch_example!batch_example.module/fu...

Enter a descriptive title (above) relating to batch_example_op_2, then describe the problem you have found:

On line 36 it says:
" // the current progress is equal or greater to the total number if items"

It should be:
" // the current progress is equal or greater to the total number of items"

CommentFileSizeAuthor
#3 1897840-batch-typo.patch868 byteschrisjlee

Comments

longwave’s picture

Project: Drupal core » Examples for Developers
Version: 6.x-dev » 6.x-1.x-dev
Component: documentation » Batch Example

This documentation is part of the Examples for Developers project.

mile23’s picture

Title: Little typo correction. » Typo in Batch Example

Nice catch, drupalfever.

Can you please submit a patch? http://drupal.org/node/707484

chrisjlee’s picture

StatusFileSize
new868 bytes

typo patch

chrisjlee’s picture

Status: Active » Needs review

...

davidmac’s picture

Status: Needs review » Reviewed & tested by the community

Minor typographical change. No code updates.

mile23’s picture

The referenced issue in that comment block was fixed long ago, so I did a little editing beyond the typo.

Thanks @chrisjlee and @drupalfever. :-)

http://drupalcode.org/project/examples.git/commitdiff/8d4ec701da99bb8228...

mile23’s picture

Status: Reviewed & tested by the community » Fixed

...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.