]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Oct 2009 22:30:40 +0000 (22:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 12 Oct 2009 22:30:40 +0000 (22:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15143 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_valet_parking/mod_valet_parking.c

index 338241e9eb6b47f81e7a4d11b5b3b6a6c1c260ef..5edab2efc9df8767c0a6be72b43904de319c2b1e 100644 (file)
@@ -29,7 +29,7 @@
  *
  */
 #include <switch.h>
-#define VALET_EVENT "valet_perking::info"
+#define VALET_EVENT "valet_parking::info"
 /* Prototypes */
 SWITCH_MODULE_LOAD_FUNCTION(mod_valet_parking_load);