author | Michael Krelin <hacker@klever.net> | 2007-03-04 12:14:18 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-03-04 12:14:18 (UTC) |
commit | 88e7e2ac30d181e30a7c4fa36d0029990136efb6 (patch) (unidiff) | |
tree | e17c49cafb1400b86befa026bdad581526d4747e | |
parent | d0540221d96199532046182649610c8d42252be1 (diff) | |
download | sitecing-88e7e2ac30d181e30a7c4fa36d0029990136efb6.zip sitecing-88e7e2ac30d181e30a7c4fa36d0029990136efb6.tar.gz sitecing-88e7e2ac30d181e30a7c4fa36d0029990136efb6.tar.bz2 |
typo corrected
-rw-r--r-- | include/sitecing/file_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sitecing/file_factory.h b/include/sitecing/file_factory.h index 43a27bb..f23682f 100644 --- a/include/sitecing/file_factory.h +++ b/include/sitecing/file_factory.h | |||
@@ -31,7 +31,7 @@ namespace sitecing { | |||
31 | : depth(0) { } | 31 | : depth(0) { } |
32 | 32 | ||
33 | /** | 33 | /** |
34 | * Fetch depndencies for the given file. | 34 | * Fetch dependencies for the given file. |
35 | * @param dst the destination file. | 35 | * @param dst the destination file. |
36 | * @param deps where to put dependencies to. | 36 | * @param deps where to put dependencies to. |
37 | */ | 37 | */ |