diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-17 00:53:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-17 00:53:53 +0100 |
commit | 220938f8ffd314c6682bc56d772de5b07c09aca9 (patch) | |
tree | c2ed1b7ad7a8629cecbffa01c6016e6ae2d1b452 /src/websnap.h | |
parent | First bunch of fixes for the NewTabPage + WebSnap chain. (diff) | |
download | rekonq-220938f8ffd314c6682bc56d772de5b07c09aca9.tar.xz |
First Krazy rekonq-git fixes :D
Diffstat (limited to 'src/websnap.h')
-rw-r--r-- | src/websnap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websnap.h b/src/websnap.h index 73ed04ca..e7c9e593 100644 --- a/src/websnap.h +++ b/src/websnap.h @@ -48,7 +48,7 @@ /** * This class is used in many classes of rekonq to produce an image * based on the site corresponding to the url passed as argument. - * It also cached the images to not retrieve them everytime :) + * It also cached the images to not retrieve them every time :) * * Heavily based on Graphics-Dojo WebSnap example (thanks!) * |