diff options
Diffstat (limited to 'base/clipboard.h')
-rw-r--r-- | base/clipboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/clipboard.h b/base/clipboard.h index 047ba4c..4b3c570 100644 --- a/base/clipboard.h +++ b/base/clipboard.h @@ -113,7 +113,7 @@ class Clipboard { void ReadBookmark(std::wstring* title, std::string* url) const; // Reads a file or group of files from the clipboard, if available, into the - // out paramter. + // out parameter. void ReadFile(std::wstring* file) const; void ReadFiles(std::vector<std::wstring>* files) const; |