Преглед на файлове

Merge pull request #2576 from jpulec/jpulec-patch-1

Correct spelling error
Dmitry Malinovsky преди 10 години
родител
ревизия
0dd7fcfccf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -1567,7 +1567,7 @@ depending on state from the current transaction*:
 Example
 =======
 
-Let's take a real wold example; A blog where comments posted needs to be
+Let's take a real world example; A blog where comments posted needs to be
 filtered for spam.  When the comment is created, the spam filter runs in the
 background, so the user doesn't have to wait for it to finish.