Spell check source code, fix mistakes.
This commit is contained in:
parent
544027da18
commit
3808f5c36d
41 changed files with 63 additions and 63 deletions
|
@ -53,7 +53,7 @@
|
|||
#endif
|
||||
|
||||
/* Defines: */
|
||||
/** Total number of bytes of the storage medium, comprised of one or more dataflash ICs. */
|
||||
/** Total number of bytes of the storage medium, comprised of one or more Dataflash ICs. */
|
||||
#define VIRTUAL_MEMORY_BYTES ((uint32_t)DATAFLASH_PAGES * DATAFLASH_PAGE_SIZE * DATAFLASH_TOTALCHIPS)
|
||||
|
||||
/** Block size of the device. This is kept at 512 to remain compatible with the OS despite the underlying
|
||||
|
|
|
@ -227,7 +227,7 @@ void EVENT_USB_Device_Connect(void)
|
|||
{
|
||||
LEDs_SetAllLEDs(LEDMASK_USB_ENUMERATING);
|
||||
|
||||
/* Close the log file so that the host has exclusive filesystem access */
|
||||
/* Close the log file so that the host has exclusive file system access */
|
||||
CloseLogFile();
|
||||
}
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "frmDataloggerSettings";
|
||||
this.Text = "DataLogger";
|
||||
this.Text = "Datalogger";
|
||||
this.Load += new System.EventHandler(this.frmDataloggerSettings_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudLogInterval)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
|
|
@ -85,7 +85,7 @@ namespace Project1HostApp
|
|||
|
||||
if (ConnectionHandle == null)
|
||||
{
|
||||
MessageBox.Show("Error: Cannot connect to DataLogger device.");
|
||||
MessageBox.Show("Error: Cannot connect to Datalogger device.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ namespace Project1HostApp
|
|||
|
||||
if (ConnectionHandle == null)
|
||||
{
|
||||
MessageBox.Show("Error: Cannot connect to DataLogger device.");
|
||||
MessageBox.Show("Error: Cannot connect to Datalogger device.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Dean Camera")]
|
||||
[assembly: AssemblyProduct("Temp DataLogger HostApp")]
|
||||
[assembly: AssemblyProduct("Temp Datalogger HostApp")]
|
||||
[assembly: AssemblyCopyright("Copyright © Dean Camera 2011")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue