summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-31 15:46:35 +0000
committerChristian Persch <chpe@src.gnome.org>2004-07-31 15:46:35 +0000
commit5119a3b3d5dc113fa58a25da1323c5fafb793f72 (patch)
treeadd4dd229cfd0d1333fe57b29351c72d3eb5e212
parent2082b9867e51558f351e20af33e7ff3506c08776 (diff)
downloadepiphany-5119a3b3d5dc113fa58a25da1323c5fafb793f72.tar.gz
Typo fix.
2004-07-31 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyContentPolicy.cpp: Typo fix.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyContentPolicy.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a40e38bd9..882c27afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-31 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyContentPolicy.cpp:
+
+ Typo fix.
+
+2004-07-31 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
diff --git a/embed/mozilla/EphyContentPolicy.cpp b/embed/mozilla/EphyContentPolicy.cpp
index 605c14f5a..9a2a6ad01 100644
--- a/embed/mozilla/EphyContentPolicy.cpp
+++ b/embed/mozilla/EphyContentPolicy.cpp
@@ -105,7 +105,7 @@ NS_IMETHODIMP
EphyContentPolicy::ShouldProcess(PRUint32 aContentType,
nsIURI *aContentLocation,
nsIURI *aRequestingLocation,
-#if MOZILLA_SNAPSHO >= 20
+#if MOZILLA_SNAPSHOT >= 20
nsISupports *aContext,
#else
nsIDOMNode *aRequestingNode,