From 25cabb41ffc34ac0add32f7d746b90c947512a0a Mon Sep 17 00:00:00 2001
From: Darrell Anderson <darrella@clovermail.net>
Date: Fri, 9 May 2025 10:57:04 +0900
Subject: Fix misspelled DCOP-bingings document

Signed-off-by: Darrell Anderson <darrella@clovermail.net>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 DCOP-bindings | 22 ++++++++++++++++++++++
 DCOP-bingings | 22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)
 create mode 100644 DCOP-bindings
 delete mode 100644 DCOP-bingings

diff --git a/DCOP-bindings b/DCOP-bindings
new file mode 100644
index 0000000..a3cfb03
--- /dev/null
+++ b/DCOP-bindings
@@ -0,0 +1,22 @@
+kchmviewer supports the following DCOP bindings:
+
+Interface name: KCHMDCOPIface
+
+Bingings:
+
+	// Loads a CHM file filename , and opens the URL url. Use URL "/" to open default homepage
+	void loadHelpFile( String filename, String url );
+	
+	// Opens a specific url inside the loaded CHM file
+	void openPage( String url );
+		
+	// Tries to find word in index, opening the index window and scrolling it there
+	void guiFindInIndex( String word );
+		
+	// Executes a search in GUI. query contains the complete search query.
+	void guiSearchQuery( String query );
+		
+	// Executes a search; GUI is not involved and user sees nothing.
+	// query contains the complete search query.
+	// Returns a list of URLs, or empty array if nothing os
+	StringList	searchQuery( String query );
diff --git a/DCOP-bingings b/DCOP-bingings
deleted file mode 100644
index a3cfb03..0000000
--- a/DCOP-bingings
+++ /dev/null
@@ -1,22 +0,0 @@
-kchmviewer supports the following DCOP bindings:
-
-Interface name: KCHMDCOPIface
-
-Bingings:
-
-	// Loads a CHM file filename , and opens the URL url. Use URL "/" to open default homepage
-	void loadHelpFile( String filename, String url );
-	
-	// Opens a specific url inside the loaded CHM file
-	void openPage( String url );
-		
-	// Tries to find word in index, opening the index window and scrolling it there
-	void guiFindInIndex( String word );
-		
-	// Executes a search in GUI. query contains the complete search query.
-	void guiSearchQuery( String query );
-		
-	// Executes a search; GUI is not involved and user sees nothing.
-	// query contains the complete search query.
-	// Returns a list of URLs, or empty array if nothing os
-	StringList	searchQuery( String query );
-- 
cgit v1.2.3

