diff mbox series

[BlueZ] obex: Fix typo

Message ID 20250318132147.91774-1-frederic.danis@collabora.com
State New
Headers show
Series [BlueZ] obex: Fix typo | expand

Commit Message

Frédéric Danis March 18, 2025, 1:21 p.m. UTC
---
 obexd/plugins/bluetooth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

bluez.test.bot@gmail.com March 18, 2025, 2:37 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=945150

---Test result---

Test Summary:
CheckPatch                    PENDING   0.24 seconds
GitLint                       PENDING   0.24 seconds
BuildEll                      PASS      20.51 seconds
BluezMake                     PASS      1502.75 seconds
MakeCheck                     PASS      13.61 seconds
MakeDistcheck                 PASS      159.02 seconds
CheckValgrind                 PASS      215.86 seconds
CheckSmatch                   PASS      284.56 seconds
bluezmakeextell               PASS      98.53 seconds
IncrementalBuild              PENDING   0.30 seconds
ScanBuild                     PASS      873.80 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 51afdc9d0..afb2215bd 100644
--- a/obexd/plugins/bluetooth.c
+++ b/obexd/plugins/bluetooth.c
@@ -338,7 +338,7 @@  static void name_released(DBusConnection *conn, void *user_data)
 {
 	GSList *l;
 
-	DBG("org.bluez disappered");
+	DBG("org.bluez disappeared");
 
 	for (l = profiles; l; l = l->next) {
 		struct bluetooth_profile *profile = l->data;