summaryrefslogtreecommitdiff
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-08-25 10:31:38 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-08-25 10:31:38 +0000
commit1574224c892edd4adebd383504c852b305df4fcb (patch)
tree60913092ddae014da86508f5793efcddad08e19f /src/dbusbind.c
parent0b35b48e669bea042d07ceda09e029be5e9ff3f0 (diff)
* dbusbind.c (Fdbus_call_method)
(Fdbus_call_method_asynchronously): Use English numeric format for timeout values in doc string.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 9542cd2401..d0233fdab4 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -853,7 +853,7 @@ offered by SERVICE. It must provide METHOD.
If the parameter `:timeout' is given, the following integer TIMEOUT
specifies the maximun number of milliseconds the method call must
-return. The default value is 25.000. If the method call doesn't
+return. The default value is 25,000. If the method call doesn't
return in time, a D-Bus error is raised.
All other arguments ARGS are passed to METHOD as arguments. They are
@@ -1061,7 +1061,7 @@ be expected.
If the parameter `:timeout' is given, the following integer TIMEOUT
specifies the maximun number of milliseconds the method call must
-return. The default value is 25.000. If the method call doesn't
+return. The default value is 25,000. If the method call doesn't
return in time, a D-Bus error is raised.
All other arguments ARGS are passed to METHOD as arguments. They are