summaryrefslogtreecommitdiff
path: root/services/WebPageUI
diff options
context:
space:
mode:
authorDariusz Frankiewicz <d.frankiewic@samsung.com>2016-02-17 12:45:12 +0100
committerDariusz Frankiewicz <d.frankiewic@samsung.com>2016-02-17 12:45:12 +0100
commit96c93ffdcc8f5b45a74a11c99a8279f7398b7c6b (patch)
tree03627d2034aa8bc388a7013b66f63597a4836b60 /services/WebPageUI
parent7cdc2a05247010f67214afd6791005adc41b335c (diff)
downloadbrowser-96c93ffdcc8f5b45a74a11c99a8279f7398b7c6b.tar.gz
browser-96c93ffdcc8f5b45a74a11c99a8279f7398b7c6b.tar.bz2
browser-96c93ffdcc8f5b45a74a11c99a8279f7398b7c6b.zip
Fix typo.
Change-Id: I9d14d56af4592116f9b7e2e17e1e31a232c3bc1e
Diffstat (limited to 'services/WebPageUI')
-rw-r--r--services/WebPageUI/URIEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/WebPageUI/URIEntry.cpp b/services/WebPageUI/URIEntry.cpp
index 6f9c6a40..0d9fcb4a 100644
--- a/services/WebPageUI/URIEntry.cpp
+++ b/services/WebPageUI/URIEntry.cpp
@@ -360,7 +360,7 @@ std::string URIEntry::rewriteURI(const std::string& url)
void URIEntry::editingCanceled()
{
- BROWSER_LOGD("[%s:%d] oryinal URL: %s ", __PRETTY_FUNCTION__, __LINE__, m_oryginalEntryText.c_str());
+ BROWSER_LOGD("[%s:%d] oryginal URL: %s ", __PRETTY_FUNCTION__, __LINE__, m_oryginalEntryText.c_str());
if (!m_oryginalEntryText.empty()) {
elm_entry_entry_set(m_entry, elm_entry_utf8_to_markup(m_oryginalEntryText.c_str()));
m_oryginalEntryText = "";