Fix typo in comment.

This commit is contained in:
intrigeri 2010-12-11 13:18:43 +01:00
parent 1f1e5599b7
commit f9b0f065b3

View file

@ -2,7 +2,7 @@
# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
# See LICENSE for the full license granted to you.
# A hack to replace all ocurrances of a regular expression in a file with a
# A hack to replace all occurrences of a regular expression in a file with a
# specified string. Sometimes it can be less effort to replace only a single
# value in a huge config file instead of creating a template out of it. Still,
# creating a template is often better than this hack.